Show / Hide Table of Contents

Class CoreFoundation.CFNumber

Inheritance
System.Object
CoreFoundation.CFObject
CoreFoundation.CFNumber
Implements
System.IDisposable
Inherited Members
CoreFoundation.CFObject.Handle
CoreFoundation.CFObject.Dispose()
CoreFoundation.CFObject.Dispose(Boolean)
Namespace: Xamarin.NativeHelpers
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
Type Description
CoreFoundation.CFNumberType

Methods

| Improve this Doc View Source

ToByte()

Declaration
public byte ToByte()
Returns
Type Description
System.Byte
| Improve this Doc View Source

ToDouble()

Declaration
public double ToDouble()
Returns
Type Description
System.Double
| Improve this Doc View Source

ToInt16()

Declaration
public short ToInt16()
Returns
Type Description
System.Int16
| Improve this Doc View Source

ToInt32()

Declaration
public int ToInt32()
Returns
Type Description
System.Int32
| Improve this Doc View Source

ToInt64()

Declaration
public long ToInt64()
Returns
Type Description
System.Int64
| Improve this Doc View Source

ToSByte()

Declaration
public sbyte ToSByte()
Returns
Type Description
System.SByte
| Improve this Doc View Source

ToSingle()

Declaration
public float ToSingle()
Returns
Type Description
System.Single
| Improve this Doc View Source

ToUInt16()

Declaration
public ushort ToUInt16()
Returns
Type Description
System.UInt16
| Improve this Doc View Source

ToUInt32()

Declaration
public uint ToUInt32()
Returns
Type Description
System.UInt32
| Improve this Doc View Source

ToUInt64()

Declaration
public ulong ToUInt64()
Returns
Type Description
System.UInt64

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX