Click or drag to resize

ThicknessPlusPrismLensThickestEdge Method

Calculates the edge thickness of a plus lens with prism. Inputs are the prism base thickness and minimum edge thickness in millimeters.

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

Parameters

prismBaseThickness
Type: SystemDouble
In millimeters
minimumEdgeThickness
Type: SystemDouble
In millimeters

Return Value

Type: Double
Plus prism lens thickest edge
See Also