Constructor creating ILLogicalArray, predefined storage (fast version)
| C# | Visual Basic | Visual C++ |
public ILLogicalArray( byte[] data, ILDimension dimension, int nonZeroCount )
Public Sub New ( _ data As Byte(), _ dimension As ILDimension, _ nonZeroCount As Integer _ )
public: ILLogicalArray( array<unsigned char>^ data, ILDimension^ dimension, int nonZeroCount )
- data (array< Byte >[]()[])
- predefined storage elements. The array will directly be used as underlying storage. No copy will be made!
- dimension (ILDimension)
- Dimensions specification.
- nonZeroCount (Int32)
- number of nonzero elements in data. Providing this parameter prevents from counting the 'true' elements (again).