Skip to content

fdbc02dd 3e1b e123 63a9 3ddc5cdd6c68

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

CapacityConverter.Find Method (Decimal)

Finds a capacity entity by value.

Namespace: Plexdata.Converters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1

Syntax

C#

public static CapacityEntity Find(
	decimal value
)

Parameters

 

value
Type: System.Decimal
The value to get a capacity entity for.

Return Value

Type: CapacityEntity
One of the items in the list of used capacity entities or the default capacity entity.

Remarks

This method finds the best fitting capacity entity by value. Best fitting means the capacity entity where the value divided by a capacity entity's value is greater than or equal to one.

See Also

Reference

CapacityConverter Class
Find Overload
Plexdata.Converters Namespace
CapacityConverter.Default
CapacityConverter.Capacities

Clone this wiki locally