Click or drag to resize

FloatSmoothenerGetDifference Method

Returns the difference between two values.

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

Parameters

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

Return Value

Type: Single
Difference between two specified values.
See Also