Click or drag to resize

Vector4AllNonZero Method

Determines whether all components of a given vector are unequal to the zero.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static bool AllNonZero(
	Vector4 v
)

Parameters

v
Type: NeoAxisVector4
The vector to compare with the zero vector.

Return Value

Type: Boolean
True if all components of the specified vector are unequal to the zero; otherwise, False.
See Also