Vector.Create Constant<T> Method
Constructs a new constant vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A ConstantVector<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static ConstantVector<T> CreateConstant<T>(
int length,
T value
)
Parameters
- length Int32
- The length of the vector.
- value T
- The constant value of all the elements.
Type Parameters
- T
Return Value
ConstantVector<T>A ConstantVector<T>.
Remarks
The values of the elements cannot be changed.