Click or drag to resize

BaseVirtualLiteralNode<TNodeID, TGraphID>.AsInteger Method

Gets the value as an integer.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public long AsInteger()

Return Value

Type: Int64

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualLiteralNode`2.AsInteger"]

Implements

IValuedNode.AsInteger()
Remarks
Forces a materialisation of the value.
See Also