Click or drag to resize

Grid3DT Constructor

Overload List
  NameDescription
Public methodGrid3DT(Int32, Int32, Int32)
Creates a new 3D Grid with the specified width, height and depth. Cells will be initialized with their type's default value.
Public methodGrid3DT(Int32, Int32, Int32, T)
Creates a new 3D Grid with the specified width, height and depth. Cells will be initialized with the value of defaultValue.
Top
See Also