'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Operator Widening CType( _ ByVal single As Integer _ ) As UAIndexRange
'Usage
[JetBrains.Annotations.NotNull()] public UAIndexRange operator implicit( int single )
[JetBrains.Annotations.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.
This method never returns null
(Nothing
in Visual Basic).