Click or drag to resize

VariableExpressionLessThan Operator (VariableExpression, Double)

[Missing <summary> documentation for "M:VDS.RDF.Query.Builder.Expressions.VariableExpression.op_LessThan(VDS.RDF.Query.Builder.Expressions.VariableExpression,System.Double)"]

Namespace:  VDS.RDF.Query.Builder.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static BooleanExpression operator <(
	VariableExpression left,
	double right
)

Parameters

left
Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression

[Missing <param name="left"/> documentation for "M:VDS.RDF.Query.Builder.Expressions.VariableExpression.op_LessThan(VDS.RDF.Query.Builder.Expressions.VariableExpression,System.Double)"]

right
Type: SystemDouble

[Missing <param name="right"/> documentation for "M:VDS.RDF.Query.Builder.Expressions.VariableExpression.op_LessThan(VDS.RDF.Query.Builder.Expressions.VariableExpression,System.Double)"]

Return Value

Type: BooleanExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.Expressions.VariableExpression.op_LessThan(VDS.RDF.Query.Builder.Expressions.VariableExpression,System.Double)"]

See Also