| TranspositionTransposedCylinderSign Method |
Switches the sign of the cylindrical component for a lens with plus power. Input is cylinder.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double TransposedCylinderSign(
double cylinder
)
Public Shared Function TransposedCylinderSign (
cylinder As Double
) As Double
public:
static double TransposedCylinderSign(
double cylinder
)
static member TransposedCylinderSign :
cylinder : float -> float
Parameters
- cylinder
- Type: SystemDouble
In diopters
Return Value
Type:
DoubleTrasposed cylinder sign
See Also