ArrayPrettyPrintT(ComplexT) Method

Pretty prints Complex 1D-Array (Vector) to Console

Definition

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

Parameters

a  ComplexT

Type Parameters

T
Complex Type

See Also