Blaze.Server.TdfMin.TdfMin C# (CSharp) Method

TdfMin() public method

public TdfMin ( string label, ushort value ) : System
label string
value ushort
return System
        public TdfMin(string label, ushort value)
        {
            this.Label = label;
            this.Type = TdfBaseType.Min;

            this.Value = value;
        }
    }
TdfMin