SparqlParameterizedStringSetLiteral Method (String, Double) |
Sets the Parameter to a Double Literal.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void SetLiteral(
string name,
double value
)
Public Sub SetLiteral (
name As String,
value As Double
)
Parameters
- name
- Type: SystemString
Parameter. - value
- Type: SystemDouble
Integer.
See Also