Table of Contents

Method GetInt64BitsFrom

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GetInt64BitsFrom<T>(T)

Get a long bits from target type value (从目标类型取得 long 类型的64位值).

public static long GetInt64BitsFrom<T>(T src) where T : struct

Parameters

src T

Source value (源值).

Returns

long

Returns a long bits (返回 long 类型的64位值).

Type Parameters

T

Target type (目标类型).