|
Document of c-modernization-kit (calc dotnet wrapper) 1.0.0
|
計算演算種別の列挙型。 More...
Go to the source code of this file.
Namespaces | |
| namespace | CalcLib |
Enumerations | |
| enum | CalcLib.CalcKind { CalcLib.Add = 1 , CalcLib.Subtract = 2 , CalcLib.Multiply = 3 , CalcLib.Divide = 4 } |
| 計算演算の種別を表します。 More... | |
計算演算種別の列挙型。
calc ライブラリでサポートされる計算演算の種別を定義します。
Definition in file CalcKind.cs.