'Declaration Public Operator <( _ ByVal left As PgSqlNumeric, _ ByVal right As PgSqlNumeric _ ) As Boolean
public bool operator <( PgSqlNumeric left, PgSqlNumeric right )
Parameters
- left
- First PgSqlNumeric.
- right
- Second PgSqlNumeric.
Return Value
True if the first of two PgSqlNumeric values is less than the second; otherwise, false.