Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

GetAmountFromDouble

Class name

com.cdrator.util.amount.action.GetAmountFromDouble

Available from core version

8.7

Description

Retrieves an Amount object having the argument's double value

Return value

Amount: Returns the Amount object having the argument's double value

Properties

 

Parameters

  1. double: value

GetAmountFromString

Action name

GetAmountFromString

Class name

com.cdrator.util.amount.action.GetAmountFromString

Available from core version

8.7

Description

Retrieves an Amount object having the argument's String value

Return value

Amount: Returns the Amount object having the argument's String value

Properties

 

Parameters

  1. String: value

GetAmountFromLong

Action name

GetAmountFromLong

Class name

com.cdrator.util.amount.action.GetAmountFromLong

Available from core version

8.7

Description

Retrieves an Amount object having the argument's long value

Return value

Amount: Returns the Amount object having the argument's long value

Properties

 

Parameters

  1. long: value

...