NSDecimal
fields
m1
m2
m3
m4
m5
m6
m7
m8
Add(NSDecimal, NSDecimal, NSDecimal, NSRoundingMode)
Compare(NSDecimal, NSDecimal)
Divide(NSDecimal, NSDecimal, NSDecimal, NSRoundingMode)
Equals(NSDecimal)
Equals(Object)
GetHashCode()
Multiply(NSDecimal, NSDecimal, NSDecimal, NSRoundingMode)
MultiplyByPowerOf10(NSDecimal, NSDecimal, Int16, NSRoundingMode)
Normalize(NSDecimal, NSDecimal)
Power(NSDecimal, NSDecimal, nint, NSRoundingMode)
Power(NSDecimal, NSDecimal, nint, NSRoundingMode)
Round(NSDecimal, NSDecimal, nint, NSRoundingMode)
Round(NSDecimal, NSDecimal, nint, NSRoundingMode)
Subtract(NSDecimal, NSDecimal, NSDecimal, NSRoundingMode)
ToString()
explicit operator Decimal(NSDecimal)
explicit operator Double(NSDecimal)
explicit operator Int32(NSDecimal)
explicit operator Single(NSDecimal)
implicit operator NSDecimal(Decimal)
implicit operator NSDecimal(Double)
implicit operator NSDecimal(Int32)
implicit operator NSDecimal(Single)
operator -(NSDecimal, NSDecimal)
operator !=(NSDecimal, NSDecimal)
operator *(NSDecimal, NSDecimal)
operator /(NSDecimal, NSDecimal)
operator +(NSDecimal, NSDecimal)
operator ==(NSDecimal, NSDecimal)
xamarinios
namespace Foundation
{
public struct NSDecimal : IEquatable<NSDecimal>
{
public static void Round(out NSDecimal result, ref NSDecimal number, nint scale, NSRoundingMode mode);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API