Click or drag to resize

INonAggregateExpressionBuilder.Constant 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: System.Decimal

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

Return Value

Type: NumericExpression<Decimal>

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

See Also