| BaseCurveBoddyFormulaMinus Method |
Calculates approximate front base curve choice of a minus progressive 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 BoddyFormulaMinus(
double sphere,
double cylinder,
double addPower
)
Public Shared Function BoddyFormulaMinus (
sphere As Double,
cylinder As Double,
addPower As Double
) As Double
public:
static double BoddyFormulaMinus(
double sphere,
double cylinder,
double addPower
)
static member BoddyFormulaMinus :
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 progressive minus lens
See Also