Field FixedOne
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
The fixed point number of 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 T FixedOne
Returns
- T
- The fixed point number of 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).