| OpticianFormulasBinocularDecentration Method |
Calculates the total binocular decentration of lenses in a frame. Inputs are the A measurement, B measurement and binocular pupil distance in millimeters.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Object BinocularDecentration(
double aMeasure,
double dblMeasure,
double binocularPD
)
Public Shared Function BinocularDecentration (
aMeasure As Double,
dblMeasure As Double,
binocularPD As Double
) As Object
public:
static Object^ BinocularDecentration(
double aMeasure,
double dblMeasure,
double binocularPD
)
static member BinocularDecentration :
aMeasure : float *
dblMeasure : float *
binocularPD : float -> Object
Parameters
- aMeasure
- Type: SystemDouble
In millimeters. - dblMeasure
- Type: SystemDouble
In millimeters. - binocularPD
- Type: SystemDouble
In millimeters.
Return Value
Type:
ObjectBinocular decentration
See Also