Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsIsNonZeroPositive Method

Overload List
 NameDescription
Public methodStatic memberIsNonZeroPositive(Single) Returns true when the number positive and not zero, negative, NaN or Infinity.
Public methodStatic memberIsNonZeroPositive(Vector2) Returns true when the X and Y values in the vector2 struct are positive and not zero, negative, NaN or Infinity.
Public methodStatic memberIsNonZeroPositive(Vector3) Returns true when the X, Y and Z values in the vector3 struct are positive and not zero, negative, NaN or Infinity.
Top
See Also