Click or drag to resize

PowerCompensatedPower Method

Calculates the compensated lens power to be ordered. Inputs are the original power and vertex CHANGE in millimeters.

NOTE: The vertex change should be positive if the lens moves closer to the eye and negative if moved further away.

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

Parameters

originalPower
Type: SystemDouble
In diopters
vertexChangeMM
Type: SystemDouble
Closer is +. Further is -.In meters

Return Value

Type: Double
Compensated lens power
See Also