Click or drag to resize

ToolsRefractivePower Method

Calculates the actual refractive power of a surface based on 1.53 index. Inputs are toolPower in diopters and index of refraction.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double RefractivePower(
	double toolPower,
	double index
)

Parameters

toolPower
Type: SystemDouble
In diopters
index
Type: SystemDouble
Index of refraction

Return Value

Type: Double
Actual refractive power of lens
See Also