MatrixInt.Item Property

Int32 Item { get; set; }

Allows setting/getting the real value at position Indx.

#NameTypeDescription
1index or lengthInt32
2index or lengthInt32

Returns: Int32

Remarks:

Allows setting/getting the real value at position Indx. This property reads/writes to the same memory as Dew.Math.MatrixInt.BValues, Dew.Math.MatrixInt.SValues and Dew.Math.MatrixInt.IValues properties.