RT:返回类型

“返回类型”是编程中的一个基础概念,常被缩写为RT,以便在代码编写和文档记录时更加便捷高效。这一术语广泛应用于计算机领域,尤其在程序集、函数定义和方法声明中,用于明确指定某个函数或方法执行完毕后所返回的数据类型,例如整数、字符串或自定义对象等。

Return Type具体释义

  • 英文缩写:RT
  • 英语全称:Return Type
  • 中文意思:返回类型
  • 中文拼音:fǎn huí lèi xíng
  • 相关领域rt 程序集

Return Type的英文发音

例句

  1. A method descriptor just combines field descriptors to specify the parameter types and return type of a method.
  2. 方法描述符结合了字段描述符,以指定方法的参数类型和返回类型(RT)。
  3. A UML property b of type int and a UML operation xyz with return type int.
  4. 一个UML属性b(类型为int)和一个UML操作xyz(返回值类型为int)。
  5. For a method with multiple parameters and a return type, this is a big gain.
  6. 对于一个有多参数,一个返回类型(RT)的方法来说这种方式会好很多。
  7. Add one more operation str_to_authority () in this interface with return type as AuthorityID and parameter as String.
  8. 在接口中再添加一个操作strtoauthority(),将返回值设置为AuthorityID,参数类型设置为String。
  9. When you evaluate an XPath expression in Java, the second argument specifies the return type you want.
  10. 在Java中计算XPath表达式时,第二个参数指定需要的返回类型(RT)。