Click or drag to resize

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
)

Parameters

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

Return Value

Type: Double
Base curve choice for progressive minus lens
See Also