Click or drag to resize

PowerVertexPowerChangeApprox Method

Approximates the overall change in lens power per mm. Inputs are original lens power and change in vertex.

NOTE: This approximation only gives the CHANGE in power and not the final power to be ordered from the lab. You must determine if the value should be added or subtracted from the original lens power.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double VertexPowerChangeApprox(
	double originalPower,
	double vertexChangeMM
)

Parameters

originalPower
Type: SystemDouble
In diopters
vertexChangeMM
Type: SystemDouble
In millimeters

Return Value

Type: Double
Approximate change in power
See Also