Int32 Item { get; set; }
Allows setting/getting the integer value at position Indx.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | index or length | Int32 |
Returns: Int32
Remarks:
Allows setting/getting the 32bit integer value at position Indx. In Delphi, this property reads/writes to the same memory as Dew.Math.TMtxVecInt.IValues1D, Dew.Math.TMtxVecInt.SValues1D and Dew.Math.TMtxVecInt.BValues1D properties.