ComponentOne Bitmap for UWP
InterpolateVelocity Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Interpolator2 Class : InterpolateVelocity Method
HRESULT IUIAnimationInterpolator2::InterpolateVelocity([In] double offset,[Out, Buffer] double* velocity,[In] unsigned int cDimension)
Syntax
'Declaration
 
Public Sub InterpolateVelocity( _
   ByVal offset As System.Double, _
   ByVal velocity() As System.Double, _
   ByVal cDimension As System.Integer _
) 
public void InterpolateVelocity( 
   System.double offset,
   System.double[] velocity,
   System.int cDimension
)

Parameters

offset
velocity
cDimension
See Also

Reference

Interpolator2 Class
Interpolator2 Members