EXPAND ALL
  • Home

negate

Returns: INT64

`b1` with a flipped negative sign.

Arguments

VariableTypeDescription
b1INT64 / FLOAT64The value to negate.

Examples:

# Implicit call.
df.negative_latency_ms = -df.latency_ms
# Explicit call.
df.negative_latency_ms = px.negate(df.latency_ms)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.