Float (original) (raw)
Represents a single-precision 32-bit IEEE 754 floating point number.
Since Kotlin
1.0
Represents a single-precision 32-bit IEEE 754 floating point number.
Since Kotlin
1.1
Represents a single-precision 32-bit IEEE 754 floating point number. On the JVM, non-nullable values of this type are represented as values of the primitive type float
.
Since Kotlin
1.0
Represents a single-precision 32-bit IEEE 754 floating point number.
Since Kotlin
1.3
Represents a single-precision 32-bit IEEE 754 floating point number.
Since Kotlin
1.8
Represents a single-precision 32-bit IEEE 754 floating point number.
Since Kotlin
1.8
Types
Properties
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the sign of this value:
Returns the sign of this value:
Returns the sign of this value:
Returns the sign of this value:
Returns the sign of this value:
Returns the sign of this value:
Returns the ulp of this value.
Returns the ulp of this value.
Functions
Ensures that this value is not less than the specified minimumValue.
Ensures that this value is not greater than the specified maximumValue.
Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if it's less than other, or a positive number if it's greater than other.
Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if it's less than other, or a positive number if it's greater than other.
Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if it's less than other, or a positive number if it's greater than other.
Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if it's less than other, or a positive number if it's greater than other.
Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if it's less than other, or a positive number if it's greater than other.
Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if it's less than other, or a positive number if it's greater than other.
Compares this object with the specified object for order. Returns zero if this object is equal to the specified other object, a negative number if it's less than other, or a positive number if it's greater than other.
Returns this value decremented by one.
Returns this value decremented by one.
Returns this value decremented by one.
actual operator external fun dec(): Float
Returns this value decremented by one.
actual inline operator fun dec(): Float
Returns this value decremented by one.
actual inline operator fun dec(): Float
Returns this value decremented by one.
Divides this value by the other value.
Divides this value by the other value.
Divides this value by the other value.
actual inline operator fun div(other: Byte): Float
actual operator external fun div(other: Float): Float
actual inline operator fun div(other: Int): Float
actual inline operator fun div(other: Long): Float
Divides this value by the other value.
actual inline operator fun div(other: Byte): Float
actual inline operator fun div(other: Int): Float
actual inline operator fun div(other: Long): Float
Divides this value by the other value.
actual inline operator fun div(other: Byte): Float
actual inline operator fun div(other: Int): Float
actual inline operator fun div(other: Long): Float
Divides this value by the other value.
Computes the remainder of division of this value by the divisor value according to the IEEE 754 standard.
Computes the remainder of division of this value by the divisor value according to the IEEE 754 standard.
Returns this value incremented by one.
Returns this value incremented by one.
Returns this value incremented by one.
actual operator external fun inc(): Float
Returns this value incremented by one.
actual inline operator fun inc(): Float
Returns this value incremented by one.
actual inline operator fun inc(): Float
Returns this value incremented by one.
Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).
Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).
Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).
Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).
Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).
Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).
Returns true
if this value is infinitely large in magnitude.
Returns true
if this value is infinitely large in magnitude.
Returns true
if this value is infinitely large in magnitude.
Returns true
if this value is infinitely large in magnitude.
Returns true
if this value is infinitely large in magnitude.
Returns true
if this value is infinitely large in magnitude.
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
Subtracts the other value from this value.
Subtracts the other value from this value.
Subtracts the other value from this value.
Subtracts the other value from this value.
Subtracts the other value from this value.
Subtracts the other value from this value.
Calculates the remainder of flooring division of this value (dividend) by the other value (divisor).
Returns the Float value nearest to this value in direction of negative infinity.
Returns the Float value nearest to this value in direction of negative infinity.
Returns the Float value nearest to this value in direction from this value towards the value to.
Returns the Float value nearest to this value in direction from this value towards the value to.
Returns the Float value nearest to this value in direction of positive infinity.
Returns the Float value nearest to this value in direction of positive infinity.
Adds the other value to this value.
Adds the other value to this value.
Adds the other value to this value.
actual inline operator fun plus(other: Int): Float
Adds the other value to this value.
actual inline operator fun plus(other: Int): Float
Adds the other value to this value.
actual inline operator fun plus(other: Int): Float
Adds the other value to this value.
Raises this value to the power x.
Raises this value to the integer power n.
Raises this value to the power x.
Raises this value to the integer power n.
Raises this value to the power x.
Raises this value to the integer power n.
Raises this value to the power x.
Raises this value to the integer power n.
Raises this value to the power x.
Raises this value to the integer power n.
Raises this value to the power x.
Raises this value to the integer power n.
Creates a range from this Float value to the specified that value.
Creates an open-ended range from this Float value to the specified that value.
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
actual inline operator fun rem(other: Byte): Float
actual operator external fun rem(other: Float): Float
actual inline operator fun rem(other: Int): Float
actual inline operator fun rem(other: Long): Float
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
actual inline operator fun rem(other: Byte): Float
actual inline operator fun rem(other: Int): Float
actual inline operator fun rem(other: Long): Float
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
actual inline operator fun rem(other: Byte): Float
actual inline operator fun rem(other: Int): Float
actual inline operator fun rem(other: Long): Float
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Multiplies this value by the other value.
Multiplies this value by the other value.
Multiplies this value by the other value.
Multiplies this value by the other value.
Multiplies this value by the other value.
Multiplies this value by the other value.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout, preserving NaN
values exact layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout, preserving NaN
values exact layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout, preserving NaN
values exact layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout, preserving NaN
values exact layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout, preserving NaN
values exact layout.
Returns a bit representation of the specified floating-point value as Int according to the IEEE 754 floating-point "single format" bit layout, preserving NaN
values exact layout.
Returns the string representation of this Float value.
Returns the negative of this value.
Returns the negative of this value.
Returns the negative of this value.
Returns the negative of this value.
Returns the negative of this value.
Returns the negative of this value.
Returns this value with the sign bit same as of the sign value.
Returns this value with the sign bit same as of the sign value.
Returns this value with the sign bit same as of the sign value.
Returns this value with the sign bit same as of the sign value.
Returns this value with the sign bit same as of the sign value.
Returns this value with the sign bit same as of the sign value.