Kimono.KCoreConfigSkeleton.ItemDouble.SetMaxValue C# (CSharp) Method

SetMaxValue() public method

@copydoc ItemInt.SetMaxValue()
public SetMaxValue ( double arg1 ) : void
arg1 double
return void
            public void SetMaxValue(double arg1)
            {
                interceptor.Invoke("setMaxValue$", "setMaxValue(double)", typeof(void), typeof(double), arg1);
            }