FloatNode Constructor (IGraph, Single) |
Creates a new Float valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic FloatNode(
IGraph g,
float value
)
Public Sub New (
g As IGraph,
value As Single
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph the node belongs to. - value
- Type: System.Single
Float value.
See Also