Document of c-modernization-kit (calc dotnet wrapper) 1.0.0
Loading...
Searching...
No Matches
CalcLib.CalcResult Class Reference

計算演算の結果を表します。 More...

Collaboration diagram for CalcLib.CalcResult:

Properties

bool IsSuccess [get]
 演算が成功したかどうかを示す値を取得します。
int Value [get]
 計算結果の値を取得します。 この値は IsSuccess が true の場合のみ有効です。
int ErrorCode [get]
 演算が失敗した場合のエラーコードを取得します。 0 (CALC_SUCCESS) は成功を、-1 (CALC_ERROR) は失敗を示します。

Detailed Description

計算演算の結果を表します。

Definition at line 24 of file CalcResult.cs.

Property Documentation

◆ IsSuccess

bool CalcLib.CalcResult.IsSuccess
get

演算が成功したかどうかを示す値を取得します。

Definition at line 29 of file CalcResult.cs.

◆ Value

int CalcLib.CalcResult.Value
get

計算結果の値を取得します。 この値は IsSuccess が true の場合のみ有効です。

Definition at line 35 of file CalcResult.cs.

◆ ErrorCode

int CalcLib.CalcResult.ErrorCode
get

演算が失敗した場合のエラーコードを取得します。 0 (CALC_SUCCESS) は成功を、-1 (CALC_ERROR) は失敗を示します。

Definition at line 41 of file CalcResult.cs.


The documentation for this class was generated from the following file: