Version

BooleanMatrix Constructor

Overload List
OverloadDescription
BooleanMatrix Constructor()Initializes an empty BooleanMatrix instance.  
BooleanMatrix Constructor(Int32)Initializes a one-dimensional BooleanMatrix of a specified length.  
BooleanMatrix Constructor(Int32[])Initializes a zero BooleanMatrix with the specified dimensions.  
BooleanMatrix Constructor(Boolean,Int32[])Initializes a constant BooleanMatrix with the specified dimensions.  
BooleanMatrix Constructor(Boolean,Int32)Initializes a one-dimensional BooleanMatrix of the specified length and the specified value.  
BooleanMatrix Constructor(IList<Boolean>,Int32[])Initializes a BooleanMatrix with the specified elements and dimensions.  
BooleanMatrix Constructor(Array)Initializes a BooleanMatrix by copying the elements and dimensions of a multi-dimensional Boolean 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