Table of Contents

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

value Vector512<float>

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

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

value Vector512<double>

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

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

value Vector512<sbyte>

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

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

value Vector512<byte>

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

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

value Vector512<short>

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

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

value Vector512<ushort>

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

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

value Vector512<int>

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

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

value Vector512<uint>

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

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

value Vector512<long>

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

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

value Vector512<ulong>

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

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