FlexReport for WPF
intArraySet メソッド


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.util 名前空間 > ArrayUtil クラス : intArraySet メソッド
The array to set.
The value to set the array to.
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.
シンタックス
'宣言
 
Public Shared Sub intArraySet( _
   ByVal arr() As System.Integer, _
   ByVal val As System.Integer _
) 
'使用法
 
Dim arr() As System.Integer
Dim val As System.Integer
 
ArrayUtil.intArraySet(arr, val)
public static void intArraySet( 
   System.int[] arr,
   System.int val
)

パラメータ

arr
The array to set.
val
The value to set the array to.
参照

ArrayUtil クラス
ArrayUtil メンバ