Method YIsOddInteger
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
YIsOddInteger(Vector<float>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector<int> YIsOddInteger(Vector<float> value)
Parameters
Returns
- Vector<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(Vector<double>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector<long> YIsOddInteger(Vector<double> value)
Parameters
Returns
- Vector<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(Vector<sbyte>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector<sbyte> YIsOddInteger(Vector<sbyte> value)
Parameters
Returns
- Vector<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(Vector<byte>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector<byte> YIsOddInteger(Vector<byte> value)
Parameters
Returns
- Vector<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(Vector<short>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector<short> YIsOddInteger(Vector<short> value)
Parameters
Returns
- Vector<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(Vector<ushort>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector<ushort> YIsOddInteger(Vector<ushort> value)
Parameters
Returns
- Vector<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(Vector<int>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector<int> YIsOddInteger(Vector<int> value)
Parameters
Returns
- Vector<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(Vector<uint>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector<uint> YIsOddInteger(Vector<uint> value)
Parameters
Returns
- Vector<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(Vector<long>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
public static Vector<long> YIsOddInteger(Vector<long> value)
Parameters
Returns
- Vector<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(Vector<ulong>)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
Mnemonic: rt[i] := to_mask(isOddInteger(value[i]))
.
[CLSCompliant(false)]
public static Vector<ulong> YIsOddInteger(Vector<ulong> value)
Parameters
Returns
- Vector<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