Array4
Class
Read time 1 minuteLast updated 19 hours ago
Inheritance
- object
- Array4
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Array4
Constructors
Array4()
public Array4()
Array4(double[])
Parameterspublic Array4(double[] t)
Type | Name | Description |
|---|---|---|
| double[] | t |
Fields
this[int]
Returnspublic double this[int index] { get; set; }
Type | Description |
|---|---|
| double |
tab
Returnspublic double[] tab
Type | Description |
|---|---|
| double[] |
Operators
implicit operator double[](Array4)
Parameterspublic static implicit operator double[](Array4 o)
Type | Name | Description |
|---|---|---|
| Array4 | o |
Type | Description |
|---|---|
| double[] |