DoubleList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- DoubleList
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class DoubleList
Constructors
DoubleList()
public DoubleList()
DoubleList(double[])
public DoubleList(double[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| double[] | tab |
DoubleList(int)
public DoubleList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public double this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| double |
list
public double[] list
Returns
Type | Description |
|---|---|
| double[] |
Operators
implicit operator double[](DoubleList)
public static implicit operator double[](DoubleList o)
Parameters
Type | Name | Description |
|---|---|---|
| DoubleList | o |
Returns
Type | Description |
|---|---|
| double[] |