Click or drag to resize

MathUtilsFloatEquals Method (Single, Single)

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

Parameters

value1
Type: SystemSingle
value2
Type: SystemSingle

Return Value

Type: Boolean
See Also