# GetItemColumnDataAsFloat(int, int)

> Returns float representation of hierarchy item value associated with the column.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Profiling](/engine/6000.6/script-reference/unityeditor/profiling.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public float GetItemColumnDataAsFloat(int id, int column)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Hierarchy item identifier.**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Column identifier.

### Returns

| Type                                                          | Description                                |
| ------------------------------------------------------------- | ------------------------------------------ |
| [float](https://learn.microsoft.com/dotnet/api/system.single) | Value of the correspnding column as float. |
