TMtxByte.PBValues Method

Overload List

#SignatureDescription
1function PBValues(const Row: Integer; const Col: Integer): NativeInt;Returns a pointer to the real value stored at Row and Col.
2function PBValues(Index: Integer): NativeInt;Obtains a pointer to the 8bit unsigned integer value of the vector at Index.

Overload 1: function PBValues(const Row: Integer; const Col: Integer): NativeInt;

Returns a pointer to the real value stored at Row and Col.

#NameTypeDescription
1RowInteger
2ColInteger

Returns: IntPtr

Overload 2: function PBValues(Index: Integer): NativeInt;

Obtains a pointer to the 8bit unsigned integer value of the vector at Index.

#NameTypeDescription
1IndexIntegerstart index

Returns: IntPtr

Remarks:

The function returns @Values[i].