Grid Boundary Condition Properties
Properties
| Clamp | Gets a boundary condition that clamps out-of-range indices to the nearest edge. |
| Periodic | Gets a boundary condition that wraps indices periodically using modulo arithmetic. |
| Reflect | Gets a boundary condition that mirrors indices at the boundaries for symmetric extension. |
| Value | Gets the value used when the boundary condition is Fill(Double). Ignored for all other boundary condition types. |