| OpticianFormulasAstigmatismEvaluator Method |
Evaluates the type of astigmatism based on lens power. Inputs are sphere and cylinder.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string AstigmatismEvaluator(
double sphere,
double cylinder
)
Public Shared Function AstigmatismEvaluator (
sphere As Double,
cylinder As Double
) As String
public:
static String^ AstigmatismEvaluator(
double sphere,
double cylinder
)
static member AstigmatismEvaluator :
sphere : float *
cylinder : float -> string
Parameters
- sphere
- Type: SystemDouble
In diopters. - cylinder
- Type: SystemDouble
In diopters.
Return Value
Type:
StringAstigmatism type
See Also