class PiggyBank { public decimal Cents { get { return Decimal.Subtract(MyFortune, Decimal.Floor(MyFortune)); } } protected decimal MyFortune; ...
確定! 回上一頁