| Name | Description |
---|
| CreateEquidistantSequenceByStartEndLength(Double, Double, Int32) |
Creates a read-only vector with equidistant element values from start to end. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequenceByStartEndLength(Int16, Int16, Int32) |
Creates a read-only vector with equidistant element values from start to end. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequenceByStartEndLength(Int32, Int32, Int32) |
Creates a read-only vector with equidistant element values from start to end. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequenceByStartEndLength(SByte, SByte, Int32) |
Creates a read-only vector with equidistant element values from start to end. The created vector
consumes memory only for the three variables, independent of its length.
|
| CreateEquidistantSequenceByStartEndLength(Single, Single, Int32) |
Creates a read-only vector with equidistant element values from start to end. The created vector
consumes memory only for the three variables, independent of its length.
|