Poor-Pascal for Application

Trunc

機能
実数を切り捨てて整数にします。
構文
function Trunc(X: Real): Integer;
説明

X は実数型の式です。Trunc は X の小数部を切り捨てた Int64 型の値を返します。