Vector4FAnyNonZero Method |
Determines whether any component of a given vector is unequal to the zero.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool AnyNonZero(
Vector4F v
)
Parameters
- v Vector4F
- The vector to compare with the zero vector.
Return Value
BooleanTrue if any component of the specified vector is unequal to the zero; otherwise, False.
See Also