Grasshopper API
GH_AnimatorInterpolateDouble Method |
Utility interpolation delegate for System.Double values.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static double InterpolateDouble( double A, double B, double factor )
Public Shared Function InterpolateDouble ( A As Double, B As Double, factor As Double ) As Double
Parameters
- A
- Type: SystemDouble
- B
- Type: SystemDouble
- factor
- Type: SystemDouble
Return Value
Type: Double