Click or drag to resize

INonAggregateExpressionBuilderConstant Method (Decimal)

Creates a numeric constant.

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

Parameters

value
Type: SystemDecimal

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

Return Value

Type: NumericExpressionDecimal

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

See Also