Click or drag to resize

ThicknessPlusPrismLensCenterThickness Method

Calculates the center thickness of a plus power lens with prism. Inputs are sagittal depth, minimum edge thickness and prism base thickness.

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

Parameters

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

Return Value

Type: Double
Plus prism lens center thickness
See Also