INNER CODE UNIT · C#

DecimalValue

ArcadeMakerSources/ArcadeMaker · src/ArcadeMaker.IDE/CodeChecker.cs:541

        public class DecimalValue : Value
        {
            public DecimalValue()
            {
                base.Type = "decimal";
            }
        }

        public class LocalVariable : CSItem
        {
            public string Name, Type;
            public Value Value = null;
        }

        public class Operation : CSItem
        {

        }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…