| 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
)
Public Shared Function SegDrop (
segmentHeight As Double,
bMeasure As Double
) As Double
public:
static double SegDrop(
double segmentHeight,
double bMeasure
)
static member SegDrop :
segmentHeight : float *
bMeasure : float -> float
Parameters
- segmentHeight
- Type: SystemDouble
In millimeters - bMeasure
- Type: SystemDouble
In millimeters
Return Value
Type:
DoubleBifocal segment drop
See Also