The CFviLine type exposes the following members.

Constructors

NameDescription
Public methodCFviLine(DLINE_T)
初期値指定コンストラクタ
Public methodCFviLine(F_LH_LINE)
初期値指定コンストラクタ
Public methodCFviLine(LINE)
初期値指定コンストラクタ
Public methodCFviLine(Double, Double, Double)
初期値指定コンストラクタ

Methods

NameDescription
Public methodEquals
インスタンスの比較
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetDataID
データIDの取得
Public methodGetHashCode
ハッシュコードの取得
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToDLINE_T
データ変換
Public methodToF_LH_LINE
データ変換
Public methodToLINE
データ変換
Public methodToString
このインスタンスの完全修飾型名を返します。
(Inherited from ValueType.)

Operators

NameDescription
Public operatorStatic memberEquality
インスタンスの比較(等価)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(CFviLine to LINE)
明示的な型変換 (fvalgcli.LINE への変換)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(CFviLine to DLINE_T)
明示的な型変換 (fvalgcli.DLINE_T への変換)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(CFviLine to F_LH_LINE)
明示的な型変換 (fvalgcli.F_LH_LINE への変換)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(DLINE_T to CFviLine)
明示的な型変換 (fvalgcli.DLINE_T からの変換)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(F_LH_LINE to CFviLine)
明示的な型変換 (fvalgcli.F_LH_LINE からの変換)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(LINE to CFviLine)
明示的な型変換 (fvalgcli.LINE からの変換)
Public operatorStatic memberInequality
インスタンスの比較(不等価)

Fields

NameDescription
Public fieldStatic memberDataID
データ構造クラスを一意に識別するIDを示す定数です。

Properties

NameDescription
Public propertya
係数 a [初期値:0.0、範囲:任意]
Public propertyb
係数 b [初期値:0.0、範囲:任意]
Public propertyc
係数 c [初期値:0.0、範囲:任意]

See Also