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