RangeT   Conversion (ValueTupleT, T to RangeT)

Performs an implicit conversion from ValueTupleT1, T2 to RangeT.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static implicit operator Range<T> (
	(T , T ) bounds
)

Parameters

bounds  ValueTupleT, T
The ValueTupleT1, T2 instance to be converted to RangeT.

Return Value

RangeT
A RangeT instance representing a range between the provided Item1 and Item2.

See Also