Click or drag to resize

INonAggregateExpressionBuilderConstant Method (Single)

Creates a numeric constant.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
NumericExpression<float> Constant(
	float value
)

Parameters

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.Constant(System.Single)"]

Return Value

Type: NumericExpressionSingle

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.Constant(System.Single)"]

See Also