Click or drag to resize

PowerFrontVertexPower Method

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

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double FrontVertexPower(
	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
Front vertex power
See Also