'Declaration Public Operator -( _ ByVal t1 As AnimationRate, _ ByVal t2 As AnimationRate _ ) As AnimationRate
'Usage
public AnimationRate operator -( AnimationRate t1, AnimationRate t2 )
Parameters
- t1
- t2
Return Value
If both AnimationRates have values then this returns an AnimationRate
representing the value of the second subtracted from the first; otherwise 0 (zero).