This site requires javascript.
Android Code Search
file:androidx/health/connect/client/units/Pressure.kt symbol:millimetersOfMercury
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
health/connect/connect-client/src/main/java/androidx/health/connect/client/units/
Pressure.kt
content_copy
Preview
30:
31:
32:
@
get
:JvmName(
"getMillimetersOfMercury"
)
val
in
MillimetersOfMercury
: Double
get
() = value
53:
54:
55:
/** Creates [Pressure] with the specified value in millimeters of Mercury (mmHg). */
@JvmStatic
fun
millimetersOfMercury
(value: Double): Pressure = Pressure(value)
}
59:
60:
61:
@
get
:JvmSynthetic
val
Double.
millimetersOfMercury
: Pressure
get
() = Pressure.millimetersOfMercury(value = this)
64:
65:
66:
@
get
:JvmSynthetic
val
Long.
millimetersOfMercury
: Pressure
get
() = toDouble().millimetersOfMercury
69:
70:
71:
@
get
:JvmSynthetic
val
Float.
millimetersOfMercury
: Pressure
get
() = toDouble().millimetersOfMercury
74:
75:
76:
@
get
:JvmSynthetic
val
Int.
millimetersOfMercury
: Pressure
get
() = toDouble().millimetersOfMercury
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main