'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 of the same type, then this returns an AnimationRate
representing the sum of those two values; otherwise 0 (zero).