| Name | Description |
---|
| CreateEquidistantSequencyByStartAtOffsetStepLength(Double, Int32, Double, Int32) |
Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequencyByStartAtOffsetStepLength(Int16, Int32, Int16, Int32) |
Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequencyByStartAtOffsetStepLength(Int32, Int32, Int32, Int32) |
Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequencyByStartAtOffsetStepLength(SByte, Int32, SByte, Int32) |
Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequencyByStartAtOffsetStepLength(Single, Int32, Single, Int32) |
Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector
consumes memory only for the three variables, independent of its length.
|