# OccurrenceFeaturesList

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* OccurrenceFeaturesList

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Algo

```csharp
[Serializable]
public class OccurrenceFeaturesList
```

## Constructors

### OccurrenceFeaturesList(OccurrenceFeatures\[])

```csharp
public OccurrenceFeaturesList(OccurrenceFeatures[] tab)
```

Parameters

| Type                                                | Name | Description |
| --------------------------------------------------- | ---- | ----------- |
| [OccurrenceFeatures\[\]](./algo_occurrencefeatures) | tab  |             |

### OccurrenceFeaturesList(int)

```csharp
public OccurrenceFeaturesList(int size)
```

Parameters

| Type                                                       | Name | Description |
| ---------------------------------------------------------- | ---- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | size |             |

## Fields

### length

```csharp
public int length { get; }
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### this\[int]

```csharp
public OccurrenceFeatures this[int index] { get; set; }
```

Returns

| Type                                            | Description |
| ----------------------------------------------- | ----------- |
| [OccurrenceFeatures](./algo_occurrencefeatures) |             |

### list

```csharp
public OccurrenceFeatures[] list
```

Returns

| Type                                                | Description |
| --------------------------------------------------- | ----------- |
| [OccurrenceFeatures\[\]](./algo_occurrencefeatures) |             |

## Operators

### implicit operator OccurrenceFeatures\[]\(OccurrenceFeaturesList)

```csharp
public static implicit operator OccurrenceFeatures[](OccurrenceFeaturesList o)
```

Parameters

| Type                                                    | Name | Description |
| ------------------------------------------------------- | ---- | ----------- |
| [OccurrenceFeaturesList](./algo_occurrencefeatureslist) | o    |             |

Returns

| Type                                                | Description |
| --------------------------------------------------- | ----------- |
| [OccurrenceFeatures\[\]](./algo_occurrencefeatures) |             |
