Click or drag to resize

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
)

Parameters

index
Type: SystemDouble
Index of refraction
diopter
Type: SystemDouble
Dioptric power of lens

Return Value

Type: Double
Radius of curvature in millimeters
See Also