Click or drag to resize

NMathFunctionsReal(FloatVector) Method

Returns the real part of the given vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatVector Real(
	FloatVector v
)

Parameters

v  FloatVector
A vector.

Return Value

FloatVector
The given vector, v.
Remarks
Since there is no imaginary part, this method simply returns the given vector.
See Also