Table of Contents

Property ConvertToInt64_AcceleratedTypes

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ConvertToInt64_AcceleratedTypes

Types with hardware acceleration when running ConvertToInt64 (运行 ConvertToInt64 时具有硬件加速的类型).

public static TypeCodeFlags ConvertToInt64_AcceleratedTypes { get; }

Property Value

TypeCodeFlags

Remarks

Meaning of suffixes (后缀的含义).

- (none): Normal (常规). Full 64-bit integer range (完全的64位整数范围). Rounding mode is truncate(round to zero) (舍入模式为截断(舍入到零)).

- Range52: Supports up to 52-bit integer range (最多支持52位整数范围). Rounding mode is truncate(round to zero) (舍入模式为截断(舍入到零)).

- Range52RoundToEven: Supports up to 52-bit integer range (最多支持52位整数范围). Rounding mode is round to even(round to nearest integer) (舍入模式为舍入到偶数(舍入到最近整数)).

See Also