The Array2D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Array2D(Array2D) |
Constructor
|
![]() | Array2D(Int32, Int32) |
Constructor
|
![]() | Array2D(Int32, Int32, Single) |
Constructor
|
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.) |
Fields
Name | Description | |
---|---|---|
![]() | Array |
Array
|
Properties
Name | Description | |
---|---|---|
![]() | Item |
! Unchecked access - no wrapping
|
![]() | Max |
Gets or Sets max
|
![]() | Min |
Gets or Sets min
|
![]() | Nx |
Gets the 'x' size of the array
|
![]() | Nz |
Gets the 'y' size of the array
|
![]() | Wrap |
enables/disables wrapping
|