VectorMathToVector(SByte, Int32) Method |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IVector<sbyte> ToVector(
sbyte[] array,
int usedlength
)
Parameters
- array SByte
- The array to wrap.
- usedlength Int32
- Used length of the array to get the wrapped vector (i.e. the vector wraps around array[0..usedLength-1]).
Return Value
IVectorSByteA wrapper objects with the
IVectorT interface that wraps the provided array.
See Also