Scaled Class
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static class Scaled
Public NotInheritable Class Scaled
public ref class Scaled abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Scaled = class end
- Inheritance
- Object Scaled
Ceiling(Int64, Int64) | |
Ceiling(UInt64, UInt64) | |
Divide(Int64, Int64, Int64) | |
Divide(UInt64, UInt64, UInt64) | |
Floor(Int64, Int64) | |
Floor(UInt64, UInt64) | |
Multiply(Int64, Int64, Int64) | |
Multiply(UInt64, UInt64, UInt64) | |
Parse(String, Int64, NullableNumberStyles, IFormatProvider) | |
Parse(String, UInt64, NullableNumberStyles, IFormatProvider) | |
Round(Int64, MidpointRounding) | |
Round(UInt64, MidpointRounding) | |
Round(Int64, Int32, MidpointRounding) | |
Round(UInt64, Int32, MidpointRounding) | |
ToDouble(Int64, Int64) | |
ToDouble(UInt64, UInt64) | |
ToInt64 | |
ToString(Int64, Int64, IFormatProvider) | |
ToString(UInt64, UInt64, IFormatProvider) | |