# implicit operator float4(Plane)

> Implicitly converts a Plane to float4.

## Definition

* **Type:** Operator
* **Namespace:** [Unity.Mathematics.Geometry](/engine/6000.5/script-reference/unity/mathematics/geometry.md)
* **Assembly:** UnityEngine.MathematicsModule

## implicit operator float4(float)

```csharp
public static implicit operator float4(Plane plane)
```

### Parameters

**** (\[Plane]\(/engine/6000.5/script-reference/unity/mathematics/geometry/plane)): Plane to convert.

### Returns

| Type                                                                  | Description                                                                                     |
| --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| [float4](/engine/6000.5/script-reference/unity/mathematics/float4.md) | A [float4](/engine/6000.5/script-reference/unity/mathematics/float4.md) representing the plane. |
