ADMIN_Min_Float

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Scalar function

Returns the smallest float value of the two specified. Should one of the specified float values be null, null will be returned.

Return value: float

The smallest of the specified values or null if this cannot be determined, i.e. one of the values is null.

Parameters

@x mandatory float
Float value.
@y mandatory float
Float value.