MCPcopy Create free account
hub / github.com/askanium/rustplotlib / range_start

Method range_start

src/scales/band.rs:160–162  ·  view source on GitHub ↗

Get the start range value.

(&self)

Source from the content-addressed store, hash-verified

158
159 /// Get the start range value.
160 fn range_start(&self) -> f32 {
161 self.range[0] as f32
162 }
163
164 /// Get the end range value.
165 fn range_end(&self) -> f32 {

Callers 1

is_range_reversedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected