Click or drag to resize

ThicknessSagittalDepth Method (Double, Double)

Calculates the sagittal depth of a lens. Inputs are radius of curvature and lens diameter in millimeters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double SagittalDepth(
	double radiusOfCurvature,
	double lensDiameter
)

Parameters

radiusOfCurvature
Type: SystemDouble
In millimeters
lensDiameter
Type: SystemDouble
In millimeters

Return Value

Type: Double
Sagittal depth
See Also