Click or drag to resize

LongSmoothenerIsLess 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(
	long valueA,
	long valueB
)

Parameters

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

Return Value

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