Click or drag to resize

Vector3FAnyNonZero Method

Determines whether any component of a given vector is unequal to the zero.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool AnyNonZero(
	Vector3F v
)

Parameters

v  Vector3F
The vector to compare with the zero vector.

Return Value

Boolean
True if any component of the specified vector is unequal to the zero; otherwise, False.
See Also