[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Created: (OFFICE-2332) Logical Numbermaterial appears under Logical Boolean
Logical Number material appears under Logical Boolean
-----------------------------------------------------
Key: OFFICE-2332
URL: http://tools.oasis-open.org/issues/browse/OFFICE-2332
Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
Issue Type: Bug
Components: OpenFormula
Affects Versions: ODF 1.2 Part 2 CD 1
Reporter: Patrick Durusau
Assignee: Patrick Durusau
Logical Boolean now includes:
***
Logical values may be implemented as a distinct, distinguishable type from numbers, so that ISNUMBER(TRUE()) and ISLOGICAL(1) evaluates to FALSE(). However, logical values may also be implemented as a subtype of Number, where TRUE() simply returns 1 and FALSE() simply returns 0. Note that due to the implicit conversion operator "Number to Logical" (discussed below), when a number is passed as a condition, 0 is considered False and all other numeric values are considered True.
***
Should appear as subtype of number.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]