1 write to AsDouble
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
562
dataPoint.
AsDouble
= doubleValue.Value;
2 references to AsDouble
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
520
if (json.
AsDouble
.HasValue)
522
dataPoint.AsDouble = json.
AsDouble
.Value;