Click or drag to resize

LongNode Constructor (IGraph, Int64, String)

Creates a new long valued node.

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

Parameters

g
Type: VDS.RDFIGraph
Graph the node belongs to.
value
Type: SystemInt64
Long value.
lexicalValue
Type: SystemString
Lexical Value.
See Also