Skip to content

1520dbe0 f235 4af2 3381 7b343242bf2a

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

OperationType Enumeration

Enumeration for identifying a failing operation.

Namespace: Sundew.Quantities.Engine.Exceptions
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public enum OperationType

C#

public enum OperationType

VB

Public Enumeration OperationType

VB

Public Enumeration OperationType

C++

public enum class OperationType

C++

public enum class OperationType

F#

type OperationType

F#

type OperationType

Members

 

Member name Value Description
Compare 0 The compare operation.
Add 1 The add operation.
Subtract 2 The subtract operation.

See Also

Reference

Sundew.Quantities.Engine.Exceptions Namespace

Clone this wiki locally