AcTools.Utils.MathUtils.ToIntPercentage C# (CSharp) Méthode

ToIntPercentage() public static méthode

public static ToIntPercentage ( this value ) : int
value this
Résultat int
        public static int ToIntPercentage(this double value) => (100 * value).RoundToInt();