MathUtilsFloatInRange Method |
Checks if a floating point Value is within a specified
range of values (inclusive).
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool FloatInRange(
float value,
float min,
float max
)
Parameters
- value Single
- The Value to check.
- min Single
- The minimum Value.
- max Single
- The maximum Value.
Return Value
BooleanTrue if the Value is within the range specified,
false otherwise.
See Also