 | 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
Syntaxprotected override long GetDifference(
long valueA,
long valueB
)
Protected Overrides Function GetDifference (
valueA As Long,
valueB As Long
) As Long
protected:
virtual long long GetDifference(
long long valueA,
long long valueB
) override
abstract GetDifference :
valueA : int64 *
valueB : int64 -> int64
override GetDifference :
valueA : int64 *
valueB : int64 -> int64
Parameters
- valueA
- Type: SystemInt64
First value. - valueB
- Type: SystemInt64
Second value.
Return Value
Type:
Int64Difference between two specified values.
See Also