Table of Contents

Method YIsEvenInteger

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YIsEvenInteger(Vector<float>)

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

public static Vector<int> YIsEvenInteger(Vector<float> value)

Parameters

value Vector<float>

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

Returns

Vector<int>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<double>)

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

public static Vector<long> YIsEvenInteger(Vector<double> value)

Parameters

value Vector<double>

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

Returns

Vector<long>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<sbyte>)

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

[CLSCompliant(false)]
public static Vector<sbyte> YIsEvenInteger(Vector<sbyte> value)

Parameters

value Vector<sbyte>

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

Returns

Vector<sbyte>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<byte>)

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

public static Vector<byte> YIsEvenInteger(Vector<byte> value)

Parameters

value Vector<byte>

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

Returns

Vector<byte>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<short>)

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

public static Vector<short> YIsEvenInteger(Vector<short> value)

Parameters

value Vector<short>

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

Returns

Vector<short>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<ushort>)

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

[CLSCompliant(false)]
public static Vector<ushort> YIsEvenInteger(Vector<ushort> value)

Parameters

value Vector<ushort>

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

Returns

Vector<ushort>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<int>)

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

public static Vector<int> YIsEvenInteger(Vector<int> value)

Parameters

value Vector<int>

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

Returns

Vector<int>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<uint>)

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

[CLSCompliant(false)]
public static Vector<uint> YIsEvenInteger(Vector<uint> value)

Parameters

value Vector<uint>

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

Returns

Vector<uint>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<long>)

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

public static Vector<long> YIsEvenInteger(Vector<long> value)

Parameters

value Vector<long>

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

Returns

Vector<long>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also

YIsEvenInteger(Vector<ulong>)

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

[CLSCompliant(false)]
public static Vector<ulong> YIsEvenInteger(Vector<ulong> value)

Parameters

value Vector<ulong>

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

Returns

Vector<ulong>

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in value were is even integral number (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为偶数整数).

See Also