GH_AnimatorDecimalAnimator Method (Decimal, Decimal, Int32) |
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static GH_Animator<decimal> DecimalAnimator(
decimal A,
decimal B,
int duration
)
Public Shared Function DecimalAnimator (
A As Decimal,
B As Decimal,
duration As Integer
) As GH_Animator(Of Decimal)
Parameters
- A
- Type: SystemDecimal
- B
- Type: SystemDecimal
- duration
- Type: SystemInt32
Return Value
Type:
GH_AnimatorDecimalSee Also