Click or drag to resize

ThicknessApproximateThickness Method

Calculates an approximate lens thickness. Inputs are surface power in diopters, lens diameter in millimeters, index of refraction and center OR edge thickness in millimeters.

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

Parameters

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

Return Value

Type: Double
Approximate lens thickness
See Also