Click or drag to resize

PowerBackVertexPower Method

Calculates the back vertex power. Inputs are front surface power, back surface power, lens thickness in millimeters and refractive index.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double BackVertexPower(
	double frontSurfacePower,
	double backSurfacePower,
	double thicknessMM,
	double index
)

Parameters

frontSurfacePower
Type: SystemDouble
In diopters
backSurfacePower
Type: SystemDouble
In diopters
thicknessMM
Type: SystemDouble
In meters.
index
Type: SystemDouble
Index of refraction

Return Value

Type: Double
Back vertex power
See Also