Modifier and Type | Method and Description |
---|---|
static RangeIndex |
Index.range(DataType dataType)
Returns an instance of RangeIndex class with specified DataType.
|
static RangeIndex |
Index.range(DataType dataType,
int precision)
Returns an instance of RangeIndex class with specified DataType and precision.
|
RangeIndex |
RangeIndex.setDataType(DataType dataType)
Sets data type.
|
RangeIndex |
RangeIndex.setPrecision(int precision)
Sets precision.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.