noun
type casting; type conversion
Computing term for converting a value from one data type to another, either implicitly or explicitly.
See also: 型変換
整数を浮動小数点数に型キャストする必要がある。
You need to cast the integer to a floating-point number.
この言語
In this language, implicit type conversion may occur.