'宣言 Public Function New( _ ByVal contourLevel As System.Double, _ ByVal initialContourCapacity As System.Integer, _ ByVal initialZoneCapacity As System.Integer _ )
public MarchingSquares( System.double contourLevel, System.int initialContourCapacity, System.int initialZoneCapacity )
パラメータ
- contourLevel
- The contour level to use.
- initialContourCapacity
- Initial array size for the contour line points.
- initialZoneCapacity
- Initial array size for the zone points array.