Table of Contents

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

src long

Source value (源值).

Returns

T

Returns target type value (返回目标类型的值).

Type Parameters

T

Target type (目标类型).