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

◆ GetDouble()

double System.Text.Json.JsonElement.GetDouble ( )
inline

Definition at line 414 of file JsonElement.cs.

415 {
417 {
418 return value;
419 }
420 throw ThrowHelper.GetFormatException();
421 }
bool TryGetDouble(out double value)

References System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.JsonElement.TryGetDouble(), and System.value.