型態轉換
Sign in to saveAlso known as type casting, type coercion, type juggling, cast, typecast, type cast, coercion
changing an expression from one data type to another
Wikidata facts
- Subclass of
- command
Show 3 more facts
- Stack Exchange tag
- stackoverflow.com/tags/data-type-conversion
- facet of
- type system
- studied by
- type theory
Sources (1)
via Wikidata · CC0
Article · 中文
在计算机科学,特别是在程序设计语言中,类型转换(英語:type conversion)指将数据从一种类型转换到另一种类型的过程。一个简单的例子是将整数转换成浮点数。
Abstract from DBpedia / Wikipedia · CC BY-SA