MathRealT Method

Returns the real part.

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T Real<T>(
	Complex<T> a
)
where T : new(), Object, IRealNumber<T>

Parameters

a  ComplexT

Type Parameters

T
Real Type

Return Value

T

See Also