| PowerRadiusOfCurvature Method |
Calculates the radius of curvature of a lens. Input is refractive index and dioptric power.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double RadiusOfCurvature(
double index,
double diopter
)
Public Shared Function RadiusOfCurvature (
index As Double,
diopter As Double
) As Double
public:
static double RadiusOfCurvature(
double index,
double diopter
)
static member RadiusOfCurvature :
index : float *
diopter : float -> float
Parameters
- index
- Type: SystemDouble
Index of refraction - diopter
- Type: SystemDouble
Dioptric power of lens
Return Value
Type:
DoubleRadius of curvature in millimeters
See Also