| 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
)
Public Shared Function RefractivePower (
toolPower As Double,
index As Double
) As Double
public:
static double RefractivePower(
double toolPower,
double index
)
static member RefractivePower :
toolPower : float *
index : float -> float
Parameters
- toolPower
- Type: SystemDouble
In diopters - index
- Type: SystemDouble
Index of refraction
Return Value
Type:
DoubleActual refractive power of lens
See Also