OHyMoS.NET Class Library

OhDataPackLong メンバ

OhDataPackLong 概要

パブリック コンストラクタ

OhDataPackLong オーバーロード。 OhDataPackLong クラスの新しいインスタンスを初期化します。

パブリック プロパティ

DataType データ値の型 long を文字列 "long" として取得します。 Returns the data type "long".
  • get : a string "long"
DataValue _dataValue を取得します。
Gets the data value.
  • get : a long value

パブリック メソッド

Clone Returns a deep copy of the current OhDataPackLong object 現在の OhDataPackLong オブジェクトのクローン (深いコピー) を返します。
dpack2File データパックを内部処理用フォーマットでファイルに書き出します。 内部処理用フォーマットとは、_year, _tsec, _dataValue のそれぞれを()括弧でくくったものを ひとつずつ改行して書き出す方式を言います。
 [EXAMPLE] (2003) (38600) (3) 
dpack2Ofile データパックを簡易フォーマットでファイルに書き出します。 簡易フォーマットとは、_year, _tsec, _dataValue を空白で区切って一行に書き出す方式を言います。
 [EXAMPLE] 2003 38600 3 
multiply Multiplies the parameter aFactor to the instance variable _dataValue. 引数 aFactor の値をインスタンス変数 _dataValue に掛けます。
ToString Returns the string expression of this object

参照

OhDataPackLong クラス | OhymosNet 名前空間