MCPcopy Create free account
hub / github.com/cockroachdb/apd / Rounded

Method Rounded

condition.go:81–81  ·  view source on GitHub ↗

Rounded returns true if the Rounded flag is set.

()

Source from the content-addressed store, hash-verified

79
80// Rounded returns true if the Rounded flag is set.
81func (r Condition) Rounded() bool { return r&Rounded != 0 }
82
83// DivisionUndefined returns true if the DivisionUndefined flag is set.
84func (r Condition) DivisionUndefined() bool { return r&DivisionUndefined != 0 }

Callers 1

Calls

no outgoing calls

Tested by 1