IComplexNumberT1, T2InitRe Method

Initializes a Complex Number with Imaginary Part = 0.

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
void InitRe(
	T2 real
)

Parameters

real  T2
Real part

See Also