CurrencyHelperCurrencySpecificFractionalDistributeUniformly Method |
Split value by proportions corresponding current currency fractional part length.
Namespace: Resto.Front.Api.Data.PaymentsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic static IReadOnlyList<decimal> CurrencySpecificFractionalDistributeUniformly(
decimal value,
IReadOnlyList<decimal> proportions
)
Parameters
- value Decimal
- Value to split.
- proportions IReadOnlyListDecimal
- Split proportions.
Return Value
IReadOnlyListDecimalSplitted value by proportions.
See Also