Click or drag to resize

OpticianFormulasSegDrop Method

Calculates the bifocal segment drop. Inputs are the segment height and B measurement in millimeters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double SegDrop(
	double segmentHeight,
	double bMeasure
)

Parameters

segmentHeight
Type: SystemDouble
In millimeters
bMeasure
Type: SystemDouble
In millimeters

Return Value

Type: Double
Bifocal segment drop
See Also