GH_AnimatorIntegerAnimator Method (Int32, Int32) |
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static GH_Animator<int> IntegerAnimator(
int A,
int B
)
Public Shared Function IntegerAnimator (
A As Integer,
B As Integer
) As GH_Animator(Of Integer)
Parameters
- A
- Type: SystemInt32
- B
- Type: SystemInt32
Return Value
Type:
GH_AnimatorInt32See Also