Click or drag to resize

IValuedNodeAsDouble Method

Gets the Double value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
double AsDouble()

Return Value

Type: Double

[Missing <returns> documentation for "M:VDS.RDF.Nodes.IValuedNode.AsDouble"]

Exceptions
ExceptionCondition
RdfQueryExceptionThrown if the Node cannot be converted to a Double.
See Also