Click or drag to resize

ThicknessApproximateSagFormula Method

Calculates an approximate sagittal depth. Inputs are surface power in diopters, lens diameter in millimeters and index of refraction.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double ApproximateSagFormula(
	double surfacePower,
	double lensDiameter,
	double index
)

Parameters

surfacePower
Type: SystemDouble
In diopters
lensDiameter
Type: SystemDouble
In millimeters
index
Type: SystemDouble
Index of refraction

Return Value

Type: Double
Approximate sagittal depth
See Also