Method YIsOddInteger
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
YIsOddInteger(Vector512<float>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector512<int> YIsOddInteger(Vector512<float> value)
Parameters
Returns
- Vector512<int>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<double>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector512<long> YIsOddInteger(Vector512<double> value)
Parameters
Returns
- Vector512<long>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<sbyte>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector512<sbyte> YIsOddInteger(Vector512<sbyte> value)
Parameters
Returns
- Vector512<sbyte>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<byte>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector512<byte> YIsOddInteger(Vector512<byte> value)
Parameters
Returns
- Vector512<byte>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<short>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector512<short> YIsOddInteger(Vector512<short> value)
Parameters
Returns
- Vector512<short>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<ushort>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector512<ushort> YIsOddInteger(Vector512<ushort> value)
Parameters
Returns
- Vector512<ushort>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<int>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector512<int> YIsOddInteger(Vector512<int> value)
Parameters
Returns
- Vector512<int>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<uint>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector512<uint> YIsOddInteger(Vector512<uint> value)
Parameters
Returns
- Vector512<uint>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<long>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector512<long> YIsOddInteger(Vector512<long> value)
Parameters
Returns
- Vector512<long>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also
YIsOddInteger(Vector512<ulong>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector512<ulong> YIsOddInteger(Vector512<ulong> value)
Parameters
Returns
- Vector512<ulong>
A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in
value
were is odd integral number (一个向量,其元素是全位为1或0,取决于value
的对应元素中是否为奇数整数).
- See Also