Click or drag to resize

MathExLessThanOrEqual Method (Int32, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static bool LessThanOrEqual(
	int v1,
	int v2
)

Parameters

v1
Type: SystemInt32
v2
Type: SystemInt32

Return Value

Type: Boolean
See Also