GenericUncT1, T2GetMoment(ComplexT2, Int32) Method
Computes the n-th Central Moment of a Complex Uncertainty Number.
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Complex<Number> GetMoment(
Complex<T2> x,
int n
)
Public Shared Function GetMoment (
x As Complex(Of T2),
n As Integer
) As Complex(Of Number)
public:
static Complex<Number> GetMoment(
Complex<T2> x,
int n
)
static member GetMoment :
x : Complex<'T2> *
n : int -> Complex<Number>
- x ComplexT2
- n Int32
ComplexNumber