-
Notifications
You must be signed in to change notification settings - Fork 0
fb3daa39 f702 b253 1bfd 78b7bdf7f571
Axel Kesseler edited this page Oct 3, 2019
·
2 revisions
Calculates the result by using the default number of decimal digits.
Namespace: Plexdata.Converters.Entities
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
public decimal Calculate(
decimal value
)
- value
- Type: System.Decimal
The value to be calculated.
Type: Decimal
The calculated value.
This method calculates the result by using the default number of decimal digits. The default number of decimal digits is zero.
CapacityEntity Class
Calculate Overload
Plexdata.Converters.Entities Namespace
CapacityEntity.Calculate(Decimal, Int32)
Plexdata Capacity Converter