Skip to content

4ba0852c 8b62 766f 1601 e215f94d23b8

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

DivisionOperation Class

Operation for dividing two values.

Inheritance Hierarchy

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

Syntax

C#

public class DivisionOperation : IDoubleOperation

C#

public class DivisionOperation : IDoubleOperation

VB

Public Class DivisionOperation
	Implements IDoubleOperation

VB

Public Class DivisionOperation
	Implements IDoubleOperation

C++

public ref class DivisionOperation : IDoubleOperation

C++

public ref class DivisionOperation : IDoubleOperation

F#

type DivisionOperation =  
    class
        interface IDoubleOperation
    end

F#

type DivisionOperation =  
    class
        interface IDoubleOperation
    end

The DivisionOperation type exposes the following members.

Constructors

 

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

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Execute Multiplies the specified values.
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 method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

Sundew.Quantities.Engine.Operations Namespace

Clone this wiki locally