TVecSmallInt.op_Implicit Operator

Overload List

#SignatureDescription
1Byte} op_Implicit(TVecInt a)Implicit conversion from TVecInt to Span<Byte>.
2Int16} op_Implicit(TVecInt a)Implicit conversion from TVecInt to Span<SmallInt>.
3Int32} op_Implicit(TVecInt a)Implicit conversion from TVecInt to Span<Integer>.

Overload 1: Byte} op_Implicit(TVecInt a)

Implicit conversion from TVecInt to Span<Byte>.

#NameTypeDescription
1aTVecIntsource TVecInt

Returns: Byte}

Overload 2: Int16} op_Implicit(TVecInt a)

Implicit conversion from TVecInt to Span<SmallInt>.

#NameTypeDescription
1aTVecIntsource TVecInt

Returns: Int16}

Overload 3: Int32} op_Implicit(TVecInt a)

Implicit conversion from TVecInt to Span<Integer>.

#NameTypeDescription
1aTVecIntsource TVecInt

Returns: Int32}