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

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