Click or drag to resize

SmoothenerTValueIsLess 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 abstract bool IsLess(
	TValue valueA,
	TValue valueB
)

Parameters

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

Return Value

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