ShoppingCartItemCheckResultGetMin Method |
Returns smaller value from params. Values below 0 are considered to be "not specified".
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax protected int GetMin(
int val1,
int val2
)
Parameters
- val1
- Type: SystemInt32
First value - val2
- Type: SystemInt32
Second value
Return Value
Type:
Int32See Also