FlexReport for WPF
ArrayUtil クラス メンバ
フィールド  メソッド 


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.util 名前空間 : ArrayUtil クラス

ArrayUtilデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタ  
トップ
パブリック フィールド
 名前解説
Public フィールドThe number of elements to copy initially in an optimized array copy  
Public フィールドThe maximum array size to do element by element copying, larger arrays are copyied in a n optimized way.  
トップ
パブリック メソッド
 名前解説
Public メソッドstatic (Shared in Visual Basic)Reinitializes a byte array to the given value in an optimized way. If the length of the array is less than MAX_EL_COPYING, then the array is set element by element in the normal way, otherwise the first INIT_EL_COPYING elements are set element by element and then System.arraycopy is used to set the other parts of the array.  
Public メソッドstatic (Shared in Visual Basic)Reinitializes an int array to the given value in an optimized way. If the length of the array is less than MAX_EL_COPYING, then the array is set element by element in the normal way, otherwise the first INIT_EL_COPYING elements are set element by element and then System.arraycopy is used to set the other parts of the array.  
トップ
参照

ArrayUtil クラス
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.util 名前空間