Click or drag to resize

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
)

Parameters

sphere
Type: SystemDouble
In diopters.
cylinder
Type: SystemDouble
In diopters.

Return Value

Type: String
Astigmatism type
See Also