Click or drag to resize
DigitalRuneVectorF Constructor (Int32, Single)
Initializes a new instance of the VectorF class.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public VectorF(
	int numberOfElements,
	float value
)

Parameters

numberOfElements
Type: SystemInt32
The number of elements.
value
Type: SystemSingle
The initial value for the vector elements.
Remarks
All elements are set to value.
See Also