Click or drag to resize

IValuedNodeAsFloat Method

Gets the Float value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
float AsFloat()

Return Value

Type: Single

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

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