Click or drag to resize

IQueryIntervalT Method

Filter out the edge of its property value is not within the provided interval.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IQuery Interval<T>(
	string key,
	T startValue,
	T endValue
)

Parameters

key
Type: SystemString
the key of the property
startValue
Type: T
the inclusive start value of the interval
endValue
Type: T
the exclusive end value of the interval

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Frontenac.Blueprints.IQuery.Interval``1(System.String,``0,``0)"]

Return Value

Type: IQuery
the modified query object
See Also