Overload List
| # | Signature | Description |
|---|---|---|
| 1 | class operator Implicit(const a: TMtxInt): Byte}; | Implicit conversion from TMtxInt to Span<Byte>. |
| 2 | class operator Implicit(const a: TMtxInt): Int16}; | Implicit conversion from TMtxInt to Span<SmallInt>. |
| 3 | class operator Implicit(const a: TMtxInt): Int32}; | Implicit conversion from TMtxInt to Span<Integer>. |
Overload 1: class operator Implicit(const a: TMtxInt): Byte};
Implicit conversion from TMtxInt to Span<Byte>.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxInt | source TMtxInt |
Returns: Byte}
Overload 2: class operator Implicit(const a: TMtxInt): Int16};
Implicit conversion from TMtxInt to Span<SmallInt>.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxInt | source TMtxInt |
Returns: Int16}
Overload 3: class operator Implicit(const a: TMtxInt): Int32};
Implicit conversion from TMtxInt to Span<Integer>.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxInt | source TMtxInt |
Returns: Int32}