-
-
Notifications
You must be signed in to change notification settings - Fork 15
ExtendedNumerics.BigDecimal.Mod(ExtendedNumerics.BigDecimal,ExtendedNumerics.BigDecimal)
Adam White edited this page Oct 7, 2024
·
1 revision
Divides two BigDecimal values, returning the remainder and discarding the quotient.
public static ExtendedNumerics.BigDecimal Mod(ExtendedNumerics.BigDecimal value, ExtendedNumerics.BigDecimal mod);
value
BigDecimal
mod
BigDecimal