'Declaration
<NotNullAttribute()> Public Operator Widening CType( _ ByVal single As Integer _ ) As UAIndexRange
'Usage
[NotNull()] public UAIndexRange operator implicit( int single )
[NotNull()] public: operator UAIndexRange^ ( int single )
Parameters
- single
- A value for range's minimum and maximum.
Return Value
Returns an index range containing the single source value.