Click or drag to resize

NMathFunctionsImag(FloatComplexVector) Method

Creates a new vector with the same dimension as a given vector, whose values are the result of applying the imaginary function to each element of the.

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

Parameters

v  FloatComplexVector
A vector.

Return Value

FloatVector
A new vector.
Remarks
w[i] = NMathFunctions.Imag(v[i])
See Also