Class CoreFoundation.CFNumber
Inheritance
System.Object
CoreFoundation.CFNumber
Implements
System.IDisposable
Assembly: Xamarin.NativeHelpers.dll
Syntax
public sealed class CFNumber : CoreFoundation.CFObject, IDisposable
Constructors
|
Improve this Doc
View Source
CFNumber(Byte)
Declaration
public CFNumber(byte value)
Parameters
Type |
Name |
Description |
System.Byte |
value |
|
|
Improve this Doc
View Source
CFNumber(Double)
Declaration
public CFNumber(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
|
Improve this Doc
View Source
CFNumber(Int16)
Declaration
public CFNumber(short value)
Parameters
Type |
Name |
Description |
System.Int16 |
value |
|
|
Improve this Doc
View Source
CFNumber(Int32)
Declaration
public CFNumber(int value)
Parameters
Type |
Name |
Description |
System.Int32 |
value |
|
|
Improve this Doc
View Source
CFNumber(Int64)
Declaration
public CFNumber(long value)
Parameters
Type |
Name |
Description |
System.Int64 |
value |
|
|
Improve this Doc
View Source
CFNumber(IntPtr, Boolean)
Declaration
public CFNumber(IntPtr handle, bool ownsHandle = true)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
System.Boolean |
ownsHandle |
|
|
Improve this Doc
View Source
CFNumber(SByte)
Declaration
public CFNumber(sbyte value)
Parameters
Type |
Name |
Description |
System.SByte |
value |
|
|
Improve this Doc
View Source
CFNumber(Single)
Declaration
public CFNumber(float value)
Parameters
Type |
Name |
Description |
System.Single |
value |
|
|
Improve this Doc
View Source
CFNumber(UInt16)
Declaration
public CFNumber(ushort value)
Parameters
Type |
Name |
Description |
System.UInt16 |
value |
|
|
Improve this Doc
View Source
CFNumber(UInt32)
Declaration
public CFNumber(uint value)
Parameters
Type |
Name |
Description |
System.UInt32 |
value |
|
|
Improve this Doc
View Source
CFNumber(UInt64)
Declaration
public CFNumber(ulong value)
Parameters
Type |
Name |
Description |
System.UInt64 |
value |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public CoreFoundation.CFNumberType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToByte()
Declaration
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ToDouble()
Declaration
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ToInt16()
Declaration
Returns
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ToInt32()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToInt64()
Declaration
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ToSByte()
Declaration
Returns
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
ToSingle()
Declaration
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ToUInt16()
Declaration
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ToUInt32()
Declaration
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ToUInt64()
Declaration
Returns
Type |
Description |
System.UInt64 |
|
Implements
System.IDisposable