Click or drag to resize
DigitalRuneVectorF Constructor (Int32)
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
)

Parameters

numberOfElements
Type: SystemInt32
The number of elements.
Exceptions
ExceptionCondition
ArgumentExceptionnumberOfElements must be greater than 0.
Remarks
The vector elements are set to 0.
See Also