Table of Contents

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, ElementFixedShift)'; Otherwise it's 1 (当类型为整数时,它的值为 Pow(2, <xref href="Zyl.VectorTraits.AbstractVectors%601.ElementFixedShift" data-throw-if-not-resolved="false"></xref>); 其他情况下为 1).

public static readonly Vector256<T> FixedOne

Returns

Vector256<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.AbstractVectors%601.ElementFixedShift" data-throw-if-not-resolved="false"></xref>); 其他情况下为 1).