public static UInt32 Subtract(this UInt32 d, Percentage p) { return(d - d.Multiply(p)); }
public static UInt32 Add(this UInt32 d, Percentage p) { return(d + d.Multiply(p)); }