'宣言 Public Function GetValues( _ ByVal dim As System.Integer _ ) As System.Double()
public System.double[] GetValues( System.int dim )
パラメータ
- dim
- The dimension (0 for X, 1 for Y).
戻り値の型
Array containing the start and end values for the specified dimension.