| Vector2FAllNonZero Method  | 
 
            Determines whether all components of a given vector are unequal to the zero.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic static bool AllNonZero(
	Vector2F v
)
Parameters
- v
- Type: NeoAxisVector2F
 The vector to compare with the zero vector.
Return Value
Type: 
BooleanTrue if all components of the specified vector are unequal to the zero; otherwise, False.
 See Also
See Also