Click or drag to resize

NMathFunctionsReal(DoubleVector) Method

Returns the real part of the given vector.

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

Parameters

v  DoubleVector
A vector.

Return Value

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