Method GetBy128Bits
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
GetBy128Bits<T>(ExInt128)
Converts a 128-bits integer to the target type value (将128位整数位转换为目标类型值).
public static T GetBy128Bits<T>(ExInt128 src)
Parameters
src
ExInt128Source value (源值).
Returns
- T
Returns target type value (返回目标类型的值).
Type Parameters
T
Target type (目标类型).