| PowerLensMakersEquation Method |
Calculates the nominal power of lens in diopters. Input is the index of refraction and
radius of curvature for front/back surfaces in meters.
NOTE: You must enter the radius of curvature as plus or minus depending on the surface.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double LensMakersEquation(
double index,
double radiusFrontCM,
double radiusBackCM
)
Public Shared Function LensMakersEquation (
index As Double,
radiusFrontCM As Double,
radiusBackCM As Double
) As Double
public:
static double LensMakersEquation(
double index,
double radiusFrontCM,
double radiusBackCM
)
static member LensMakersEquation :
index : float *
radiusFrontCM : float *
radiusBackCM : float -> float
Parameters
- index
- Type: SystemDouble
Index of refraction - radiusFrontCM
- Type: SystemDouble
Plus or Minus. In meters - radiusBackCM
- Type: SystemDouble
Plus or Minus. In meters
Return Value
Type:
DoubleNominal lens power in diopters
See Also