Click or drag to resize

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
)

Parameters

A
Type: SystemDecimal
B
Type: SystemDecimal
duration
Type: SystemInt32

Return Value

Type: GH_AnimatorDecimal
See Also