21 articles 数学と三角関数 Page 2 / 3

最小値【MathMin】

double MathMin(double value1, double value2)   Returns the minimum value of two numeric values. 2つの数値の最小の…

最大値【MathMax】

double MathMax(dobule value1, double value2)   Returns the maximum value of two numeric values. 2つの数値の最大の…

自然対数【MathLog】

double MathLog(double x)   The MathLog function returns the natural logarithm of x if successful. If x is…

フロア【MathFloor】

double MathFloor(double x)   The MathFloor function returns a numeric value representing the largest inte…

コサイン【MathCos】

double MathCos(double value)   Returns the cosine of the specified angle. 指定された角度のコサインを返します。 Parameters: …