| BaseCurveBoddyFormula Method |
Calculates approximate front base curve choice of plus or minus lens based on the Boddy Formula. Inputs are sphere, cylinder and add power in diopters.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double BoddyFormula(
double sphere,
double cylinder,
double addPower
)
Public Shared Function BoddyFormula (
sphere As Double,
cylinder As Double,
addPower As Double
) As Double
public:
static double BoddyFormula(
double sphere,
double cylinder,
double addPower
)
static member BoddyFormula :
sphere : float *
cylinder : float *
addPower : float -> float
Parameters
- sphere
- Type: SystemDouble
In diopters - cylinder
- Type: SystemDouble
In diopters - addPower
- Type: SystemDouble
In diopters
Return Value
Type:
DoubleBase curve choice for a progressive lens
See Also