Click or drag to resize

MathUtilsFloatEquals(Single, Single) Method


Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool FloatEquals(
	float value1,
	float value2
)

Parameters

value1  Single
 
value2  Single
 

Return Value

Boolean
See Also