Click or drag to resize

FloatVector(Int32, Single) Constructor

Constructs a FloatVector instance with the given length, and all values initialized to the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatVector(
	int length,
	float initVal
)

Parameters

length  Int32
A non-negative value for the length.
initVal  Single
An initial value.
See Also