Skip to content

fb3daa39 f702 b253 1bfd 78b7bdf7f571

Axel Kesseler edited this page Oct 3, 2019 · 2 revisions

CapacityEntity.Calculate Method (Decimal)

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

Syntax

C#

public decimal Calculate(
	decimal value
)

Parameters

 

value
Type: System.Decimal
The value to be calculated.

Return Value

Type: Decimal
The calculated value.

Remarks

This method calculates the result by using the default number of decimal digits. The default number of decimal digits is zero.

See Also

Reference

CapacityEntity Class
Calculate Overload
Plexdata.Converters.Entities Namespace
CapacityEntity.Calculate(Decimal, Int32)

Clone this wiki locally