GH_Animator.DecimalAnimator Method (Decimal, Decimal, DateTime, DateTime)

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
)
Public Shared Function DecimalAnimator ( 
	A As Decimal,
	B As Decimal,
	time0 As DateTime,
	time1 As DateTime
) As GH_Animator(Of Decimal)

Parameters

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

Return Value

Type: GH_AnimatorDecimal
See Also