Click or drag to resize

DecimalNode Constructor (IGraph, Decimal)

Creates a new decimal valued node.

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

Parameters

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