| ToolsToolSelector Method |
Calculates the back side tool curve based on 1.53 index. Inputs are the refractive power NEEDED in diopters and the index of refraction.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double ToolSelector(
double refractivePower,
double index
)
Public Shared Function ToolSelector (
refractivePower As Double,
index As Double
) As Double
public:
static double ToolSelector(
double refractivePower,
double index
)
static member ToolSelector :
refractivePower : float *
index : float -> float
Parameters
- refractivePower
- Type: SystemDouble
In diopters - index
- Type: SystemDouble
Index of refraction
Return Value
Type:
DoubleTool selection
See Also