Click or drag to resize

NMathFunctionsImag(DoubleComplexVector) 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 vector.

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

Parameters

v  DoubleComplexVector
A vector.

Return Value

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