Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
一次元の配列で、配列サイズは離散データ(元データ/変換データ)の次元で各配列要素は各次元のサイズを表します。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public int[] Dimension { get; } |
Visual Basic |
---|
Public ReadOnly Property Dimension As Integer() Get |
Visual C++ |
---|
public: property array<int>^ Dimension { array<int>^ get (); } |
member Dimension : int[] with get |