Show / Hide Table of Contents

Enum ArithmetischeOperation

Mit dieser Aufzählung können arithmetische Operationen festgelegt werden.

Namespace: BO4E.ENUM
Assembly: BO4Enet.dll
Syntax
public enum ArithmetischeOperation : int

Fields

Name Description
ADDITION

Es wird addiert

DIVISION

Es wird dividiert

MULTIPLIKATION

Es wird multipliziert

SUBTRAKTION

Es wird subtrahiert

Extension Methods

BusinessObjectExtensions.DeepClone<ArithmetischeOperation>()
COMExtensions.DeepClone<ArithmetischeOperation>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX