| SrtTransformTraitsMultiply Method |
Multiplies an animation value by a given factor.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Multiply(
ref SrtTransform value,
int factor,
ref SrtTransform result
)
Public Sub Multiply (
ByRef value As SrtTransform,
factor As Integer,
ByRef result As SrtTransform
)
public:
virtual void Multiply(
SrtTransform% value,
int factor,
SrtTransform% result
) sealed
abstract Multiply :
value : SrtTransform byref *
factor : int *
result : SrtTransform byref -> unit
override Multiply :
value : SrtTransform byref *
factor : int *
result : SrtTransform byref -> unit
Parameters
- value
- Type: DigitalRune.Animation.CharacterSrtTransform
In: The value. - factor
- Type: SystemInt32
The factor. - result
- Type: DigitalRune.Animation.CharacterSrtTransform
Out: The product of value and factor.
Implements
IAnimationValueTraitsTMultiply(T, Int32, T)See Also