Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetSingle()

float System.Text.Json.Utf8JsonReader.GetSingle ( )
inline

Definition at line 4260 of file Utf8JsonReader.cs.

4261 {
4262 if (!TryGetSingle(out var value))
4263 {
4264 throw ThrowHelper.GetFormatException(NumericType.Single);
4265 }
4266 return value;
4267 }
bool TryGetSingle(out float value)

References System.Text.Json.Dictionary, System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.Utf8JsonReader.TryGetSingle(), and System.value.