Click or drag to resize

BaseVirtualLiteralNode<TNodeID, TGraphID>.AsDecimal Method

Gets the value as a decimal.

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

Return Value

Type: Decimal

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

Implements

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