FloatNode Constructor (IGraph, Single, String) |
Creates a new Float valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public FloatNode(
IGraph g,
float value,
string lexicalValue
)
Public Sub New (
g As IGraph,
value As Single,
lexicalValue As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the node belongs to. - value
- Type: SystemSingle
Float value. - lexicalValue
- Type: SystemString
Lexical value.
See Also