Version

ComplexMatrix Constructor

Overload List
OverloadDescription
ComplexMatrix Constructor()Initializes an empty ComplexMatrix instance.  
ComplexMatrix Constructor(Int32)Initializes a one-dimensional ComplexMatrix of a specified length.  
ComplexMatrix Constructor(Int32[])Initializes a zero ComplexMatrix with the specified dimensions.  
ComplexMatrix Constructor(Complex,Int32[])Initializes a constant ComplexMatrix with the specified dimensions.  
ComplexMatrix Constructor(Complex,Int32)Initializes a one-dimensional ComplexMatrix of the specified length and the specified value.  
ComplexMatrix Constructor(IList<Complex>,Int32[])Initializes a ComplexMatrix with the specified elements and dimensions.  
ComplexMatrix Constructor(Array)Initializes a ComplexMatrix by copying the elements and dimensions of a multi-dimensional Complex array.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also