Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
3次の(代数)積率を格納するベクトル(デフォルトはnull)です。
計算する必要が無い場合は null を設定します。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public VectorDenseDouble Moment3 { get; set; } |
Visual Basic |
---|
Public Property Moment3 As VectorDenseDouble Get Set |
Visual C++ |
---|
public: property VectorDenseDouble^ Moment3 { VectorDenseDouble^ get (); void set (VectorDenseDouble^ value); } |
member Moment3 : VectorDenseDouble with get, set |