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