# implicit operator bool4x3(bool)

> Implicitly converts a single bool value to a bool4x3 matrix by assigning it to every component.

## Definition

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

## implicit operator bool4x3(bool4x)

```csharp
public static implicit operator bool4x3(bool v)
```

### Parameters

**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): bool to convert to bool4x3

### Returns

| Type                                                                    | Description      |
| ----------------------------------------------------------------------- | ---------------- |
| [bool4x3](/engine/6000.6/script-reference/unity/mathematics/bool4x3.md) | Converted value. |
