Click or drag to resize

MagnificationSpectacleMagnification Method

Calculates the magnification of a lens. Inputs are front base curve and actual lens power in diopters, index of refraction, center thickness in meters and vertex distance in meters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double SpectacleMagnification(
	double frontBaseCurve,
	double actualLensPower,
	double index,
	double thickness,
	double vertexDistance
)

Parameters

frontBaseCurve
Type: SystemDouble
In diopters
actualLensPower
Type: SystemDouble
In diopters
index
Type: SystemDouble
Index of refraction
thickness
Type: SystemDouble
In millimeters
vertexDistance
Type: SystemDouble
In millimeters

Return Value

Type: Double
Magnification of a lens
See Also