Rounds number down, toward zero, to the nearest multiple of significance. Important This function has been replaced with one or more new functions that may provide improved accuracy and whose names ...
Returns the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list. If you were to sort the list, the rank of the number would be its position.
Excelのセルで普段、当たり前のように使っているSUMやVLOOKUPといった、便利なワークシート関数。この強力な計算機能を、VBAマクロの中から、直接呼び出して使えたら…と思ったことはありませんか? VBAで、複雑な計算ロジックを自分で一から組むのではなく ...
PowerShellを使っていると、数学的関数に力不足を感じることがある。ルートなどの関数は、System.Mathクラスを使うのだが、PowerShell(.NET 7.x)で利用できる関数は48個しかなく、そのうちの1つは2つの数値が等しいことを調べる「equal」関数である(これはMath ...