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