TVecSmallInt.Implicit Operator

Overload List

#SignatureDescription
1class operator Implicit(const a: TVecInt): Byte};Implicit conversion from TVecInt to Span<Byte>.
2class operator Implicit(const a: TVecInt): Int16};Implicit conversion from TVecInt to Span<SmallInt>.
3class operator Implicit(const a: TVecInt): Int32};Implicit conversion from TVecInt to Span<Integer>.

Overload 1: class operator Implicit(const a: TVecInt): Byte};

Implicit conversion from TVecInt to Span<Byte>.

#NameTypeDescription
1aTVecIntsource TVecInt

Returns: Byte}

Overload 2: class operator Implicit(const a: TVecInt): Int16};

Implicit conversion from TVecInt to Span<SmallInt>.

#NameTypeDescription
1aTVecIntsource TVecInt

Returns: Int16}

Overload 3: class operator Implicit(const a: TVecInt): Int32};

Implicit conversion from TVecInt to Span<Integer>.

#NameTypeDescription
1aTVecIntsource TVecInt

Returns: Int32}