Class Array4
Syntax
[Serializable]
public class Array4
Constructors
Array4()
Declaration
Array4(double[])
Declaration
public Array4(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[](Array4)
Declaration
public static implicit operator double[](Array4 o)
Parameters
Type |
Name |
Description |
Array4 |
o |
|
Returns