kotlin-stdlib / kotlin.ranges / ClosedFloatingPointRange / lessThanOrEquals lessThanOrEquals Common JVM JS Native 1.0 abstract fun lessThanOrEquals(a: T, b: T): Boolean Compares two values of range domain type and returns true if first is less than or equal to second.