式のデータ型を変換します。
シグネチャ
戻り値
説明
例
| 例 | |
{value
|| Declare and initialize a floating point number (f).
let f:double = 7.2
|| Declare an integer (i) and initialize it with the
|| value of "f" converted to an int.
let i:int = (f asa int)
|| Display "i"
i
}
|
注意事項