# FeatureInputList

> Class

Inheritance

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

***

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 FeatureInputList
```

## Constructors

### FeatureInputList(FeatureInput\[])

```csharp
public FeatureInputList(FeatureInput[] tab)
```

Parameters

| Type                                    | Name | Description |
| --------------------------------------- | ---- | ----------- |
| [FeatureInput\[\]](./algo_featureinput) | tab  |             |

### FeatureInputList(int)

```csharp
public FeatureInputList(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 FeatureInput this[int index] { get; set; }
```

Returns

| Type                                | Description |
| ----------------------------------- | ----------- |
| [FeatureInput](./algo_featureinput) |             |

### list

```csharp
public FeatureInput[] list
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [FeatureInput\[\]](./algo_featureinput) |             |

## Operators

### implicit operator FeatureInput\[]\(FeatureInputList)

```csharp
public static implicit operator FeatureInput[](FeatureInputList o)
```

Parameters

| Type                                        | Name | Description |
| ------------------------------------------- | ---- | ----------- |
| [FeatureInputList](./algo_featureinputlist) | o    |             |

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [FeatureInput\[\]](./algo_featureinput) |             |
