DecimalNode Constructor (IGraph, Decimal) |
Creates a new decimal valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic DecimalNode(
IGraph g,
decimal value
)
Public Sub New (
g As IGraph,
value As Decimal
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph the node belongs to. - value
- Type: System.Decimal
Decimal value.
See Also