Method CreateSubRange
CreateSubRange(Int64, Int64)
Creates a new DISubRange
Declaration
public DISubRange CreateSubRange(long lowerBounds, long count)
Parameters
public DISubRange CreateSubRange(long lowerBounds, long count)
Int64 | lowerBounds | Lower bounds of the DISubRange |
Int64 | count | Count of elements in the sub range |
Returns
DISubRange | DISubRange |