VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetDecimal - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyIniValue
public bool TryGetDecimal(out decimal value)
Attempts to get this value as a System.Decimal . Fills thevalue
on success.
true
if the value could be understood as this data type;false
otherwise
- decimal value