Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CFNumberMBS class.
CFNumberMBS.ByteSize as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
CFNumberMBS.doubleValue as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
CFNumberMBS.int16Value as Int16
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | 15.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
CFNumberMBS.int32Value as Int32
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | 15.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
CFNumberMBS.int64Value as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | 15.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | 15.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
CFNumberMBS.integerValue as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns a trancated value if the number is not storeable in an integer.
(Read only property)
CFNumberMBS.isFloat as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
CFNumberMBS.NumberType as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Possible values:
Name | Value | Xojo Datatype |
SInt8 | 1 | - |
SInt16 | 2 | - |
SInt32 | 3 | integer |
SInt64 | 4 | - |
Float32 | 5 | single |
Float64 | 6 | double |
Char | 7 | - |
Short | 8 | - |
Int | 9 | - |
Long | 10 | integer |
LongLong | 11 | - |
Float | 12 | single |
Double | 13 | double |
CFIndex | 14 | integer |
CFNumberMBS.singleValue as single
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns a trancated value if the number is not storeable in a single.
(Read only property)
The items on this page are in the following plugins: MBS MacCF Plugin.