Click or drag to resize

FloatSmoothenerIsLess Method

Indicates if value A is less than value B.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Smootheners
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override bool IsLess(
	float valueA,
	float valueB
)

Parameters

valueA
Type: SystemSingle
First value.
valueB
Type: SystemSingle
Second value.

Return Value

Type: Boolean
True if first value is less than second value; otherwise, false.
See Also