Field FixedOneDouble
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
The double of the fixed point number with the value 1 (值1的定点数的双精度浮点值). When the type is an integer, the value is'Pow(2, FixedShift)'; Otherwise it's 1 (当类型为整数时,它的值为 Pow(2, <xref href="Zyl.VectorTraits.Scalars%601.FixedShift" data-throw-if-not-resolved="false"></xref>)
; 其他情况下为 1).
public static readonly double FixedOneDouble
Returns
- double
- The double of the fixed point number with the value 1 (值1的定点数的双精度浮点值). When the type is an integer, the value is'Pow(2, )'; Otherwise it's 1 (当类型为整数时,它的值为 Pow(2, <xref href="Zyl.VectorTraits.Scalars%601.FixedShift" data-throw-if-not-resolved="false"></xref>); 其他情况下为 1).