| SingleTraitsInvert Method |
Gets the inverse of an animation value.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Invert(
ref float value,
ref float inverse
)
Public Sub Invert (
ByRef value As Single,
ByRef inverse As Single
)
public:
virtual void Invert(
float% value,
float% inverse
) sealed
abstract Invert :
value : float32 byref *
inverse : float32 byref -> unit
override Invert :
value : float32 byref *
inverse : float32 byref -> unit
Parameters
- value
- Type: SystemSingle
In: The animation value. - inverse
- Type: SystemSingle
Out: The inverse of value.
Implements
IAnimationValueTraitsTInvert(T, T)See Also