Click or drag to resize

VectorMathCreateEquidistantSequenceByStartStepLength Method

Overload List
 NameDescription
Public methodStatic memberCreateEquidistantSequenceByStartStepLength(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.
Public methodStatic memberCreateEquidistantSequenceByStartStepLength(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.
Public methodStatic memberCreateEquidistantSequenceByStartStepLength(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.
Public methodStatic memberCreateEquidistantSequenceByStartStepLength(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.
Public methodStatic memberCreateEquidistantSequenceByStartStepLength(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.
Top
See Also