Vector2IAnyNonZero Method |
Determines whether any component of a given vector is unequal to the zero.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static bool AnyNonZero(
Vector2I v
)
Parameters
- v
- Type: NeoAxisVector2I
The vector to compare with the zero vector.
Return Value
Type:
BooleanTrue if any component of the specified vector is unequal to the zero; otherwise, False.
See Also