public static double GetRadius(
double cordLength,
double winkel
)
Public Shared Function GetRadius (
cordLength As Double,
winkel As Double
) As Double
public:
static double GetRadius(
double cordLength,
double winkel
)
static member GetRadius :
cordLength : float *
winkel : float -> float