Click or drag to resize

GH_AnimatorDecimalAnimator Method (Decimal, Decimal, DateTime, DateTime)

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Animator<decimal> DecimalAnimator(
	decimal A,
	decimal B,
	DateTime time0,
	DateTime time1
)

Parameters

A
Type: SystemDecimal
B
Type: SystemDecimal
time0
Type: SystemDateTime
time1
Type: SystemDateTime

Return Value

Type: GH_AnimatorDecimal
See Also