Click or drag to resize

DecimalNode Constructor (IGraph, Decimal, String)

Creates a new decimal valued node.

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

Parameters

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