Click or drag to resize

PowerNominalBacksidePower Method

Calculates the nominal back surface power of a lens. Inputs are the front surface power and the total lens power.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double NominalBacksidePower(
	double powerFront,
	double totalPower
)

Parameters

powerFront
Type: SystemDouble
In diopters
totalPower
Type: SystemDouble
In diopters

Return Value

Type: Double
Nominal back side power
See Also