Click or drag to resize

BaseVirtualLiteralNode<TNodeID, TGraphID>.AsDouble Method

Gets the value as a double.

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

Return Value

Type: Double

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

Implements

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