RV:返回值

“返回值”(Return Value)在计算机编程领域常被缩写为“RV”,以便简化书写和日常使用。这一术语广泛应用于程序集、函数设计及API文档中,用于表示一个函数或方法执行完毕后向调用方传递的结果数据。

Return Value具体释义

  • 英文缩写:RV
  • 英语全称:Return Value
  • 中文意思:返回值
  • 中文拼音:fǎn huí zhí
  • 相关领域rv 程序集

Return Value的英文发音

例句

  1. Each method has a name, a number of parameters, and a return value.
  2. 每个方法有一个名字、若干参数和一个返回值(RV)。
  3. A new local variable of the same type as the method's return value is created for you.
  4. 系统将为您创建与该方法的返回值(RV)类型相同的新局部变量。
  5. The argument to the success method is the return value of the call in the interface and implementation.
  6. 成功方法的参数是接口和实现中的调用的返回值(RV)。
  7. I check the return value of GetInt is greater than zero.
  8. 我检查了GetInt的返回值(RV)比0大。
  9. Similarly, each post-sc function can examine and alter the return value.
  10. 类似地,每个post-sc函数都可以查看和修改返回值(RV)。