Click or drag to resize
DigitalRuneVector4Traits.Multiply Method
Multiplies an animation value by a given factor.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Multiply(
	ref Vector4 value,
	int factor,
	ref Vector4 result
)

Parameters

value
Type: Vector4
In: The value.
factor
Type: System.Int32
The factor.
result
Type: Vector4
Out: The product of value and factor.

Implements

IAnimationValueTraits<T>.Multiply(T, Int32, T)
See Also