ArrayPrettyPrintT(ComplexT) Method
Pretty prints Complex 1D-Array (Vector) to Console
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static void PrettyPrint<T>(
Complex<T>[] a
)
where T : new(), Object, IRealNumber<T>
Public Shared Sub PrettyPrint(Of T As {New, Object, IRealNumber(Of T)}) (
a As Complex(Of T)()
)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static void PrettyPrint(
array<Complex<T>>^ a
)
static member PrettyPrint :
a : Complex<'T>[] -> unit when 'T : new() and Object and IRealNumber<'T>
- a ComplexT
- T
- Complex Type