The IntegratedValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | IntegratedValue | IntegratedValueクラスの新規インスタンスを初期化します。
|
Methods
Name | Description | |
---|---|---|
![]() | Clear |
積算値を0にします。
|
![]() | CreateArray<(Of <<'(T>)>>) |
要素数が積算値の、
T型の配列を作成します。
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Minus |
指定した値を積算値から除算します。
|
![]() | Plus |
指定した値を積算値に加算します。
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Sum |
現在の積算値を取得します。
|