 | 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
Syntaxprotected override float GetDifference(
float valueA,
float valueB
)
Protected Overrides Function GetDifference (
valueA As Single,
valueB As Single
) As Single
protected:
virtual float GetDifference(
float valueA,
float valueB
) override
abstract GetDifference :
valueA : float32 *
valueB : float32 -> float32
override GetDifference :
valueA : float32 *
valueB : float32 -> float32
Parameters
- valueA
- Type: SystemSingle
First value. - valueB
- Type: SystemSingle
Second value.
Return Value
Type:
SingleDifference between two specified values.
See Also