Skip to content

a69afba7 529f 1097 1943 6969da19ca8a

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

CapacityEntity.Calculate Method (Decimal, Int32)

Calculates the result by using provided 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,
	int decimals
)

Parameters

 

value
Type: System.Decimal
The value to be calculated.
decimals
Type: System.Int32
The number of decimal digits to be used for calculation.

Return Value

Type: Decimal
The calculated value.

Remarks

This method calculates the result by using provided number of decimal digits. The provided number of decimal digits is limited to a range of [0..28].

See Also

Reference

CapacityEntity Class
Calculate Overload
Plexdata.Converters.Entities Namespace

Clone this wiki locally