Click or drag to resize

ValueRangeT Constructor

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ValueRange(
	T minimum,
	T maximum
)

Parameters

minimum
Type: T

[Missing <param name="minimum"/> documentation for "M:com.espertech.esper.compat.ValueRange`1.#ctor(`0,`0)"]

maximum
Type: T

[Missing <param name="maximum"/> documentation for "M:com.espertech.esper.compat.ValueRange`1.#ctor(`0,`0)"]

See Also