函数结果类型英文解释翻译、函数结果类型的近义词、反义词、例句
英语翻译:
【计】 function result type
分词翻译:
函数的英语翻译:
function
【计】 F; FUNC; function
结的英语翻译:
congeal; form; knot; settle; vinculum; weave
【医】 knob; knot; node; nodule; noduli; nodulus; nodus; noeud
果类的英语翻译:
fruit
型的英语翻译:
model; mould; type
【医】 form; habit; habitus; pattern; series; Ty.; type
【经】 type
网络扩展解释
函数结果类型
函数结果类型是指函数所返回的值的类型。在编程中,我们通过返回值来获取函数执行的结果,因此函数结果类型非常重要。
中文拼音
函数结果类型 - 函数 jié guǒ lèi xìng
英语解释翻译
The result type of a function refers to the type of value that the function returns.
英文读音
Thi ri'zəlt taɪp əv ə fʌŋkʃən
英文的用法(中文解释)
在定义函数时,需要明确指定函数的结果类型,以便在调用函数时正确获取函数的执行结果。
英文例句(包含中文解释)
Example 1: The function calculates the area of a circle and returns a value with the result type of double.(该函数计算圆的面积并返回一个 double 类型的值。)
Example 2: This function returns a string with the result type of string.(该函数返回一个 string 类型的字符串。)
英文近义词(包含中文解释)
return type(返回类型)、output type(输出类型)
注:这些近义词都可以用来表达“函数结果类型”的意思。
英文反义词(包含中文解释)
parameter type(参数类型)
注:参数类型是指传递给函数的参数的类型,与函数结果类型是不同的概念。
英文单词常用度
函数结果类型是程序设计中常用的概念,因此该单词在技术文档和编程书籍中出现频率较高。