Click or drag to resize

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

Parameters

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

Return Value

Type: Int64
Difference between two specified values.
See Also