NSDecimal.Round(NSDecimal, NSDecimal, nint, NSRoundingMode) Method
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.
public static void Round (out Foundation.NSDecimal result, ref Foundation.NSDecimal number, nint scale, Foundation.NSRoundingMode mode);
static member Round : * * nint * Foundation.NSRoundingMode -> unit
Parameters
- result
- NSDecimal
- number
- NSDecimal
- scale
- System.System.IntPtr System.nativeint
- mode
- NSRoundingMode