Click or drag to resize

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
)

Parameters

index
Type: SystemDouble
Index of refraction
radiusMM
Type: SystemDouble
Radius curvature in mm

Return Value

Type: Double
Surface power in diopters
See Also