| ThicknessCenterThickness Method |
Calculates the edge thickness of a minus lens. Inputs are the front sagittal depth, back sagittal depth and edge thickness in millimeters.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double CenterThickness(
double sagFront,
double sagBack,
double edgeThickness
)
Public Shared Function CenterThickness (
sagFront As Double,
sagBack As Double,
edgeThickness As Double
) As Double
public:
static double CenterThickness(
double sagFront,
double sagBack,
double edgeThickness
)
static member CenterThickness :
sagFront : float *
sagBack : float *
edgeThickness : float -> float
Parameters
- sagFront
- Type: SystemDouble
Sagittal depth of front surface - sagBack
- Type: SystemDouble
Sagittal depth of back surface - edgeThickness
- Type: SystemDouble
In millimeters
Return Value
Type:
DoubleCenter thickness
See Also