# LastValueAsDouble

> Gets the last value collected by the ProfilerRecorder as double.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Profiling](/engine/6000.6/script-reference/unity/profiling.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public double LastValueAsDouble { get; }
```

### Remarks

Additional Resources: [ProfilerRecorder.LastValue](/engine/6000.6/script-reference/unity/profiling/profilerrecorder/lastvalue.md).
