Click or drag to resize

BaseCurveBoddyFormulaPlus Method

Calculates approximate front base curve choice of a plus 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 BoddyFormulaPlus(
	double sphere,
	double cylinder,
	double addPower
)

Parameters

sphere
Type: SystemDouble
In diopters
cylinder
Type: SystemDouble
In diopters
addPower
Type: SystemDouble
In diopters

Return Value

Type: Double
Base curve choice for plus lens
See Also