Click or drag to resize

ThicknessMinusPrismLensEdgeThickness Method

Calculates the edge thickness of minus lens with prism. Inputs are the sagittal depth, minimum center thickness and prism base thickness in millimeters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double MinusPrismLensEdgeThickness(
	double sagittalDepth,
	double minimumCenterThickness,
	double prismBaseThickness
)

Parameters

sagittalDepth
Type: SystemDouble
Sagittal depth of lens
minimumCenterThickness
Type: SystemDouble
In millimeters
prismBaseThickness
Type: SystemDouble
In millimeters

Return Value

Type: Double
Minux prism lens edge thickness
See Also