Click or drag to resize

DoubleNode Constructor (IGraph, Double, String)

Creates a new double valued node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DoubleNode(
	IGraph g,
	double value,
	string lexicalValue
)

Parameters

g
Type: VDS.RDFIGraph
Graph the node belongs to.
value
Type: SystemDouble
Double value.
lexicalValue
Type: SystemString
Lexical value.
See Also