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