Type | Description |
Function or value | Description |
Full Usage:
pad data borderpadding paddingMethod
Parameters:
^a[,]
-
A two dimensional array
borderpadding : int
-
The number of points to add to each side
paddingMethod : Padding3DMethod
-
The padding method to use
Returns: float[,]
A two dimensional array, containing the data of the original array padded with artificial data points on each side.
Modifiers: inline Type parameters: ^a |
Example
|