ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTIsComplex Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Returns true if elements of this array store a real and an imaginary part each.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Arrays
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public override bool IsComplex { get; }

Property Value

Type: Boolean
Remarks

Currently, the only element types T1 which are considered here are: complex, fcomplex, and Complex.

[ILNumerics Core Module]

See Also

Reference