GH_Animator.SingleAnimator Method (Single, Single, DateTime, DateTime)

GH_AnimatorSingleAnimator Method (Single, Single, DateTime, DateTime)

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Animator<float> SingleAnimator(
	float A,
	float B,
	DateTime time0,
	DateTime time1
)
Public Shared Function SingleAnimator ( 
	A As Single,
	B As Single,
	time0 As DateTime,
	time1 As DateTime
) As GH_Animator(Of Single)

Parameters

A
Type: SystemSingle
B
Type: SystemSingle
time0
Type: SystemDateTime
time1
Type: SystemDateTime

Return Value

Type: GH_AnimatorSingle
See Also