Class Array3
Syntax
[Serializable]
public class Array3
Constructors
Array3()
Declaration
Array3(double[])
Declaration
public Array3(double[] t)
Parameters
Type |
Name |
Description |
double[] |
t |
|
Fields
tab
Declaration
Field Value
Properties
this[int]
Declaration
public double this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Operators
implicit operator double[](Array3)
Declaration
public static implicit operator double[](Array3 o)
Parameters
Type |
Name |
Description |
Array3 |
o |
|
Returns