C# Class Monobjc.Foundation.NSDecimal

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
fields int
mantissa1 ushort

Méthodes publiques

Méthode Description
DoubleValue ( NSDecimal value ) : double
FloatValue ( NSDecimal value ) : float
FromDouble ( double value ) : NSDecimal
FromFloat ( float value ) : NSDecimal
FromInt ( int value ) : NSDecimal
FromInteger ( NSInteger value ) : NSDecimal
FromLongLong ( long value ) : NSDecimal
FromShort ( short value ) : NSDecimal
FromString ( NSString value ) : NSDecimal
FromUnsignedInt ( uint value ) : NSDecimal
FromUnsignedInteger ( NSUInteger value ) : NSDecimal
FromUnsignedLongLong ( ulong value ) : NSDecimal
FromUnsignedShort ( ushort value ) : NSDecimal
IntValue ( NSDecimal value ) : int
IntegerValue ( NSDecimal value ) : NSInteger
LongLongValue ( NSDecimal value ) : long
ShortValue ( NSDecimal value ) : short
StringValue ( NSDecimal value ) : NSString
ToString ( ) : String

Returns the a string representation of this instance.

UnsignedIntValue ( NSDecimal value ) : uint
UnsignedIntegerValue ( NSDecimal value ) : NSUInteger
UnsignedLongLongValue ( NSDecimal value ) : ulong
UnsignedShortValue ( NSDecimal value ) : ushort

Method Details

DoubleValue() public static méthode

public static DoubleValue ( NSDecimal value ) : double
value NSDecimal
Résultat double

FloatValue() public static méthode

public static FloatValue ( NSDecimal value ) : float
value NSDecimal
Résultat float

FromDouble() public static méthode

public static FromDouble ( double value ) : NSDecimal
value double
Résultat NSDecimal

FromFloat() public static méthode

public static FromFloat ( float value ) : NSDecimal
value float
Résultat NSDecimal

FromInt() public static méthode

public static FromInt ( int value ) : NSDecimal
value int
Résultat NSDecimal

FromInteger() public static méthode

public static FromInteger ( NSInteger value ) : NSDecimal
value NSInteger
Résultat NSDecimal

FromLongLong() public static méthode

public static FromLongLong ( long value ) : NSDecimal
value long
Résultat NSDecimal

FromShort() public static méthode

public static FromShort ( short value ) : NSDecimal
value short
Résultat NSDecimal

FromString() public static méthode

public static FromString ( NSString value ) : NSDecimal
value NSString
Résultat NSDecimal

FromUnsignedInt() public static méthode

public static FromUnsignedInt ( uint value ) : NSDecimal
value uint
Résultat NSDecimal

FromUnsignedInteger() public static méthode

public static FromUnsignedInteger ( NSUInteger value ) : NSDecimal
value NSUInteger
Résultat NSDecimal

FromUnsignedLongLong() public static méthode

public static FromUnsignedLongLong ( ulong value ) : NSDecimal
value ulong
Résultat NSDecimal

FromUnsignedShort() public static méthode

public static FromUnsignedShort ( ushort value ) : NSDecimal
value ushort
Résultat NSDecimal

IntValue() public static méthode

public static IntValue ( NSDecimal value ) : int
value NSDecimal
Résultat int

IntegerValue() public static méthode

public static IntegerValue ( NSDecimal value ) : NSInteger
value NSDecimal
Résultat NSInteger

LongLongValue() public static méthode

public static LongLongValue ( NSDecimal value ) : long
value NSDecimal
Résultat long

ShortValue() public static méthode

public static ShortValue ( NSDecimal value ) : short
value NSDecimal
Résultat short

StringValue() public static méthode

public static StringValue ( NSDecimal value ) : NSString
value NSDecimal
Résultat NSString

ToString() public méthode

Returns the a string representation of this instance.
public ToString ( ) : String
Résultat String

UnsignedIntValue() public static méthode

public static UnsignedIntValue ( NSDecimal value ) : uint
value NSDecimal
Résultat uint

UnsignedIntegerValue() public static méthode

public static UnsignedIntegerValue ( NSDecimal value ) : NSUInteger
value NSDecimal
Résultat NSUInteger

UnsignedLongLongValue() public static méthode

public static UnsignedLongLongValue ( NSDecimal value ) : ulong
value NSDecimal
Résultat ulong

UnsignedShortValue() public static méthode

public static UnsignedShortValue ( NSDecimal value ) : ushort
value NSDecimal
Résultat ushort

Property Details

fields public_oe property

A 32 bit field that contains: the exponent (8 bits), the length (4 bits), whether this instance is negative (1 bit), whether this instance is compact (1 bit) and 18 bits reserved for future use.

public int fields
Résultat int

mantissa1 public_oe property

The mantissa
public ushort mantissa1
Résultat ushort