Jodosoft
Jodosoft
C#VBC++F#
    Show/Hide TOC

      Scaled Class

      Definition

      Namespace: Jodosoft.Numerics
      Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
      C#View SourceRequest Example
      public static class Scaled
      VBView SourceRequest Example
      Public NotInheritable Class Scaled
      C++View SourceRequest Example
      public ref class Scaled abstract sealed
      F#View SourceRequest Example
      [<AbstractClassAttribute>]
      [<SealedAttribute>]
      type Scaled = class end
      Inheritance
      Object    Scaled

      Methods

      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) 

      See Also

      Reference

      Jodosoft.Numerics Namespace

      In This Article

      • Definition
      • Methods
      • See Also

      Copyright © 2023 Joe Lawry-Short