The IntegratedValue type exposes the following members.

Constructors

  NameDescription
Public methodIntegratedValue
IntegratedValueクラスの新規インスタンスを初期化します。

Methods

  NameDescription
Public methodClear
積算値を0にします。
Public methodCreateArray<(Of <<'(T>)>>)
要素数が積算値の、 T型の配列を作成します。
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMinus
指定した値を積算値から除算します。
Public methodPlus
指定した値を積算値に加算します。
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertySum
現在の積算値を取得します。

See Also