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
)
Public Sub New (
g As IGraph,
value As Decimal
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the node belongs to. - value
- Type: SystemDecimal
Decimal value.
See Also