Mol(Math Object Library) fot .Net

The SplineCubic type exposes the following members.

コンストラクター

  名前説明
Public methodSplineCubic
3次スプラインのデフォルトコンストラクター

メソッド

  名前説明
Public methodSetBoundaryCondition(SplineCubic..::..SINGLE_BOUNDARY_CONDITION)
3次スプラインに単一境界条件を設定します。
Public methodSetBoundaryCondition(SplineCubic..::..EDGE_BOUNDARY_CONDITION, Double, SplineCubic..::..EDGE_BOUNDARY_CONDITION, Double)
3次スプラインに複合境界条件と境界値を設定します。

プロパティ

  名前説明
Public propertyBoundaryCondition
3次スプラインの境界条件です。デフォルトは BOUNDARY_CONDITION.FREE_END です。 SetBoundaryCondition() メソッドで設定されます。
Public propertyLeftBoundaryValue
左端の境界値
Public propertyOrder
スプライン区間多項式の次数です。
(Inherited from _Spline.)
Public propertyRightBoundaryValue
右端の境界値

参照