Skip to content

02c2460c ff4f c42b e033 bff1c2f2fa4e

Kim Hugener-Ohlsen edited this page May 28, 2016 · 1 revision

QuantityOperations Class

Helper class containing simple unit math operations.

Inheritance Hierarchy

System.Object
  Sundew.Quantities.Engine.QuantityOperations
Namespace: Sundew.Quantities.Engine
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public class QuantityOperations

C#

public class QuantityOperations

VB

Public Class QuantityOperations

VB

Public Class QuantityOperations

C++

public ref class QuantityOperations

C++

public ref class QuantityOperations

F#

type QuantityOperations =  class end

F#

type QuantityOperations =  class end

The QuantityOperations type exposes the following members.

Constructors

 

Name Description
Public method QuantityOperations Initializes a new instance of the QuantityOperations class
  Back to Top

Methods

 

Name Description
Public methodStatic member Add Adds the specified RHS to the LHS.
Public methodStatic member ConvertToUnit Converts the specified value from its unit to the target unit.
Public methodStatic member Divide Divides the specified RHS to the LHS.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic member Exponential Powers the specified LHS.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member Multiply Multiplies the specified RHS to the LHS.
Public methodStatic member Root Nth roots the specified LHS.
Public methodStatic member Subtract Subtracts the specified RHS to the LHS.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

Sundew.Quantities.Engine Namespace

Clone this wiki locally