NSDecimal Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an immutable value that can range from mantissa*10^exponent where mantissa is a decimal integer of up to 38 digits length, and the exponent is an integer that can range from -128 through 127.
public struct NSDecimal : IEquatable<Foundation.NSDecimal>
type NSDecimal = struct
- Inheritance
-
NSDecimal
- Implements
Fields
fields | |
m1 | |
m2 | |
m3 | |
m4 | |
m5 | |
m6 | |
m7 | |
m8 |