Property ElementFixedOne
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ElementFixedOne
(Element) The fixed point number of the value 1 (值1的定点数). When the type is an integer, the value is'Pow(2, ElementFixedShift)'; Otherwise it's 1 (当类型为整数时,它的值为 Pow(2, <xref href="Zyl.VectorTraits.AbstractVectors%601.ElementFixedShift" data-throw-if-not-resolved="false"></xref>)
; 其他情况下为 1).
public static T ElementFixedOne { get; }
Property Value
- T