| TranspositionTransposeSpherePower Method |
Calculates the transposed sphere value of lens with plus cylinder. Inputs are sphere and cylinder.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double TransposeSpherePower(
double sphere,
double cylinder
)
Public Shared Function TransposeSpherePower (
sphere As Double,
cylinder As Double
) As Double
public:
static double TransposeSpherePower(
double sphere,
double cylinder
)
static member TransposeSpherePower :
sphere : float *
cylinder : float -> float
Parameters
- sphere
- Type: SystemDouble
In diopters - cylinder
- Type: SystemDouble
In diopters
Return Value
Type:
DoubleTransposed sphere power
See Also