GH_AnimatorInterpolateDecimal Method |
Utility interpolation delegate for System.Decimal values.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static decimal InterpolateDecimal(
decimal A,
decimal B,
double factor
)
Public Shared Function InterpolateDecimal (
A As Decimal,
B As Decimal,
factor As Double
) As Decimal
Parameters
- A
- Type: SystemDecimal
- B
- Type: SystemDecimal
- factor
- Type: SystemDouble
Return Value
Type:
DecimalSee Also