LiteralExtensionsToLiteral Method (Single, INodeFactory) |
Creates a new Float typed literal.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static ILiteralNode ToLiteral(
this float f,
INodeFactory factory
)
<ExtensionAttribute>
Public Shared Function ToLiteral (
f As Single,
factory As INodeFactory
) As ILiteralNode
Parameters
- f
- Type: SystemSingle
Float. - factory
- Type: VDS.RDFINodeFactory
Node Factory to use for Node creation.
Return Value
Type:
ILiteralNodeLiteral representing the float.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Single. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions See Also