Skip to content
EntityQ1333515· pop 23· linked from 214 articles

型態轉換

Sign in to save

Also known as type casting, type coercion, type juggling, cast, typecast, type cast, coercion

changing an expression from one data type to another

Article · 中文

在计算机科学,特别是在程序设计语言中,类型转换(英語:type conversion)指将数据从一种类型转换到另一种类型的过程。一个简单的例子是将整数转换成浮点数。

Abstract from DBpedia / Wikipedia · CC BY-SA