Kimono.KCoreConfigSkeleton.ItemDouble.SetMaxValue C# (CSharp) Méthode

SetMaxValue() public méthode

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