Click or drag to resize

NMathFunctionsReal(DoubleComplexVector) Method

Returns the real part of the given vector's elements.

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

Parameters

v  DoubleComplexVector
A vector.

Return Value

DoubleVector
A new vector.
See Also