The Array2D type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Abs |
Sets each value to its absolute value by comparison with float(0)
|
![]() ![]() | CreateArray |
Creates 2D array from mathematical function
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GaussianFilter |
Apply a Gaussian filter with length scale r, extending over a
square of half-width n (so n=1 uses a square of 9 points, n = 2
uses 25 etc). Suggest using n at least 2*r.
|
![]() | GetAt |
Checked access - unwraps if wrapping set
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Interpolate |
Interpolate
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Pow |
Raise array elements to a power
|
![]() | Resize |
Allows resizing. Data will be lost if resizing occurred
|
![]() | SetAt |
Checked access - unwraps if wrapping set
|
![]() | SetRange |
Scale to fit within range...
|
![]() | SetTo |
Set to a constant value
|
![]() | Shift |
Shifts all the elements...
|
![]() | ToString | (Inherited from Object.) |