GenericUnc<T1, T2>.GetValue(Complex<T2>[]) Method

Returns the Expected Value of a Complex Uncertainty Array.

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Complex<Number>[] GetValue(
	Complex<T2>[] x
)

Parameters

x  Complex<T2>[]

Return Value

Complex<Number>[]

See Also