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