Property ConvertToUInt64_AcceleratedTypes
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ConvertToUInt64_AcceleratedTypes
Types with hardware acceleration when running ConvertToUInt64
(运行 ConvertToUInt64
时具有硬件加速的类型).
public static TypeCodeFlags ConvertToUInt64_AcceleratedTypes { get; }
Property Value
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