Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsIsPositiveOrZero Method

Overload List
 NameDescription
Public methodStatic memberIsPositiveOrZero(Single) Returns true when the number is zero or bigger (and not negative, NaN or Infinity)
Public methodStatic memberIsPositiveOrZero(Vector2) Returns true when size is valid: the X and Y values in the vector2 struct are zero or bigger (and not negative, NaN or Infinity)
Public methodStatic memberIsPositiveOrZero(Vector3) Returns true when size is valid: the X, Y and Z values in the vector3 struct are zero or bigger (and not negative, NaN or Infinity)
Top
See Also