| PowerSurfacePower Method |
Calculates the surface power of lens. Input is the refractive index and radius of curvature in millimeters.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double SurfacePower(
double index,
double radiusMM
)
Public Shared Function SurfacePower (
index As Double,
radiusMM As Double
) As Double
public:
static double SurfacePower(
double index,
double radiusMM
)
static member SurfacePower :
index : float *
radiusMM : float -> float
Parameters
- index
- Type: SystemDouble
Index of refraction - radiusMM
- Type: SystemDouble
Radius curvature in mm
Return Value
Type:
DoubleSurface power in diopters
See Also