• Let me explain those three booleans a bit more.

    我们更详细地解释三个尔常量。

    youdao

  • The Boolean false elements are maintained as Booleans.

    尔型false元素都被保留尔型。

    youdao

  • Booleans are delineated by the values true or false, without quotations.

    Booleans通过true或者false来划定,没有分号。

    youdao

  • But JCR also supports other types, including booleans, dates, and long integers.

    但是JCR支持其他类型包括尔型整型

    youdao

  • Methods that return Numbers return 0. Methods that return booleans return false.

    返回数字方法返回0,返回布尔值的方法返回false

    youdao

  • This example will store booleans, scalars, arrays, and hashes in separate tables.

    这个示例不同中存储布尔值标量数组散列

    youdao

  • Strings, numbers (floating point only), booleans, and the special nil type are basic types.

    number只有浮点)、boolean特殊nil类型都是基本类型

    youdao

  • Next to the word Preview is a brief description of this template: Display Text for Booleans.

    词语Preview旁边模板简单介绍DisplayTextfor Booleans

    youdao

  • Read more about Dr. George Boole, the inventor of symbolic logic, after whom booleans are named.

    阅读关于George Boole博士符号逻辑发明者)更多内容,尔型就是因他而得名的。

    youdao

  • Do not use Booleans unless you are absolutely sure there will never be a need for more than two values.

    除非完全确定永不需要多于两个的值,否则不要使用布尔值

    youdao

  • PAT and EFAT accept several data types, such as integers, Booleans, floats, enumerates and fixed-size arrays.

    PATEFAT能接受多种数据类型,包括型、尔型、浮点型、枚举型变量有限大小的数组。

    youdao

  • Functions can return booleans, which is often convenient for hiding complicated tests inside functions. For example.

    函数也可以返回布尔值这种情况便于隐藏函数内部复杂测试例如

    youdao

  • So far in this series of articles, we've been restricted to the use of single scalar values (Numbers, strings, and booleans).

    目前为止,系列文章一直关注单个标量函数(数值字符串布尔值)使用

    youdao

  • For example, every value in Scala is an object, this includes basic data types (i.e. booleans, Numbers) as well as functions.

    例如,Scala中的每个一个对象包括基本数据类型(尔值、数字等)在内,连函数也是对象。

    youdao

  • Keeping the Boolean functions true and false as Booleans without having them unintentionally converted to strings is difficult.

    保持Boolean函数truefalsebooleans值,不让它们被意外地转换字符串很困难的。

    youdao

  • Manually add exception handling to the TopType methods to ensure only string values that can be converted to booleans are supplied.

    TopType方法手工添加异常处理代码,保证只能提供可以转化成布尔字符串

    youdao

  • These include Booleans, Lofts, Extrudes and more; allowing you to use the right tool in the right place to achieve the best results.

    其中包括布尔阁楼挤出更多使用正确地方达到最佳效果的正确的工具

    youdao

  • In addition to basic string support, you can store booleans, doubles, floats, integers, longs, and byte arrays (think serialization).

    支持基本字符串之外,可以存储尔值、双精度数、浮点数、整型数、整型数字节数组(考虑序列化)。

    youdao

  • Try to design your extension functions so that they use only doubles, strings, booleans, and node-sets as both arguments and return values.

    尽量尝试将扩展函数设计使用双精度字符串节点作为参和返回值的类型。

    youdao

  • Next, let's see what happens if you decide you want to change the field tag so that it generates Booleans, dates, and text components automatically.

    下一节我们来看看决定改变字段标记使自动生成布尔值日期文本组件,会发生怎样的情况。

    youdao

  • Booleans have been around for a long time, and by adding or subtracting different objects from one another we can create surprisingly complex objects.

    布尔值已经存在时间通过添加我们可以创造出奇复杂的对象减去的对象不同

    youdao

  • One way would be to create an array of booleans, one for each line of the original method, and add code that sets the appropriate flag as each line is executed.

    可以使用的方法创建一个尔值数组初始方法中的代码对应一个布尔值,然后添加代码,每执行一行代码设置相应标志

    youdao

  • But issues like poor transitions from object to object and messy final topology have sometimes made Booleans difficult to work with, even if they do save time.

    问题就像对象转换对象凌乱最终拓扑有时困难工作即使他们节省时间

    youdao

  • Arguments are strongly-typed, and the types range from fundamental primitives (booleans, bytes, integers) to high-level structures (strings, arrays, and dictionaries).

    参数类型的,类型的范围是从基本的非派生类型(布尔(booleans)、字节(bytes)、型(integers))高层次数据结构(字符串(strings)、数组(arrays)字典(dictionaries))。

    youdao

  • The general policy in Saxon is that scalar values (strings, numbers, Booleans) are evaluated as early as possible, while node-set values are evaluated as late as possible.

    Saxon中的常规策略尽早标量字符串数字布尔值),尽可能晚对节点集求值。

    youdao

  • To avoid this problem, complex attributes should be initialized in the constructor; however, this is not necessary for simple attributes such as strings, booleans, and so on.

    为了避免这个问题应当构造函数初始化复杂属性然而对于字符串、布尔值简单属性则需要这样做。

    youdao

  • The probability that you may have to write your own parser, because you are likely to need a variety of different data structures (booleans, scalars, arrays, and hashes, for example).

    必须自己编写解析器的可能性因为可能需要多种不同数据结构(例如尔型、标量数组散列)。

    youdao

  • Writing your own parser because you need different data structures (booleans, scalars, arrays) and hashes: AppConfig handles all these data structures, but it does so without nesting.

    编写自己解析器因为需要不同数据结构(布尔型标量数组)散列AppConfig处理所有这些数据结构,这样时不用嵌套

    youdao

  • For example, in the sample application, you can create different tests for Strings, Numbers, and booleans, and then run them selectively, configuring TestNG as illustrated in Listing 4.

    例如示例应用程序中,可以StringNumber以及boolean创建不同测试然后清单4所配置TestNG有选择地运行它们

    youdao

  • For example, in the sample application, you can create different tests for Strings, Numbers, and booleans, and then run them selectively, configuring TestNG as illustrated in Listing 4.

    例如示例应用程序中,可以StringNumber以及boolean创建不同测试然后清单4所配置TestNG有选择地运行它们

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定