Grasshopper API
GH_AnimatorDoubleAnimator Method (Double, Double, Int32) |
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static GH_Animator<double> DoubleAnimator( double A, double B, int duration )
Public Shared Function DoubleAnimator ( A As Double, B As Double, duration As Integer ) As GH_Animator(Of Double)
Parameters
- A
- Type: SystemDouble
- B
- Type: SystemDouble
- duration
- Type: SystemInt32
Return Value
Type: GH_AnimatorDouble