Table of Contents

Method YIsOddInteger

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YIsOddInteger(Vector128<float>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

public static Vector128<int> YIsOddInteger(Vector128<float> value)

Parameters

value Vector128<float>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<double>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

public static Vector128<long> YIsOddInteger(Vector128<double> value)

Parameters

value Vector128<double>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<sbyte>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

[CLSCompliant(false)]
public static Vector128<sbyte> YIsOddInteger(Vector128<sbyte> value)

Parameters

value Vector128<sbyte>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<byte>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

public static Vector128<byte> YIsOddInteger(Vector128<byte> value)

Parameters

value Vector128<byte>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<short>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

public static Vector128<short> YIsOddInteger(Vector128<short> value)

Parameters

value Vector128<short>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<ushort>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

[CLSCompliant(false)]
public static Vector128<ushort> YIsOddInteger(Vector128<ushort> value)

Parameters

value Vector128<ushort>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<int>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

public static Vector128<int> YIsOddInteger(Vector128<int> value)

Parameters

value Vector128<int>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<uint>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

[CLSCompliant(false)]
public static Vector128<uint> YIsOddInteger(Vector128<uint> value)

Parameters

value Vector128<uint>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<long>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

public static Vector128<long> YIsOddInteger(Vector128<long> value)

Parameters

value Vector128<long>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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(Vector128<ulong>)

Determines if a element represents an odd integral number (确定元素是否为奇数整数). Mnemonic: rt[i] := to_mask(isOddInteger(value[i])).

[CLSCompliant(false)]
public static Vector128<ulong> YIsOddInteger(Vector128<ulong> value)

Parameters

value Vector128<ulong>

The vectors that will be checked (将进行检查的向量).

Returns

Vector128<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