Table of Contents

Method YIsZero

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YIsZero(Vector512<float>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

public static Vector512<int> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<double>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

public static Vector512<long> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<sbyte>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

[CLSCompliant(false)]
public static Vector512<sbyte> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<byte>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

public static Vector512<byte> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<short>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

public static Vector512<short> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<ushort>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

[CLSCompliant(false)]
public static Vector512<ushort> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<int>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

public static Vector512<int> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<uint>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

[CLSCompliant(false)]
public static Vector512<uint> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<long>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

public static Vector512<long> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also

YIsZero(Vector512<ulong>)

Determines if a element is zero (确定元素是否为零). Mnemonic: rt[i] := to_mask(0==value[i]).

[CLSCompliant(false)]
public static Vector512<ulong> YIsZero(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 zero (一个向量,其元素是全位为1或0,取决于value的对应元素中是否为零).

See Also