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