GH_AnimatorDoubleAnimator Method (Double, Double, DateTime, DateTime) |
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static GH_Animator<double> DoubleAnimator(
double A,
double B,
DateTime time0,
DateTime time1
)
Public Shared Function DoubleAnimator (
A As Double,
B As Double,
time0 As DateTime,
time1 As DateTime
) As GH_Animator(Of Double)
Parameters
- A
- Type: SystemDouble
- B
- Type: SystemDouble
- time0
- Type: SystemDateTime
- time1
- Type: SystemDateTime
Return Value
Type:
GH_AnimatorDoubleSee Also