GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Chart::Clicker::Data::Range(3) User Contributed Perl Documentation Chart::Clicker::Data::Range(3)

Chart::Clicker::Data::Range - A range of Data

version 2.90

  use Chart::Clicker::Data::Range;

  my $range = Chart::Clicker::Data::Range->new({
    lower => 1,
    upper => 10
  });

Chart::Clicker::Data::Range implements a range of values.

Set/Get the lower bound for this Range

Set/Get the maximum value allowed for this Range. This value should only be set if you want to EXPLICITLY set the upper value.

Set/Get the minimum value allowed for this Range. This value should only be set if you want to EXPLICITLY set the lower value.

Set/Get the upper bound for this Range

The number of ticks to be displayed for this range.

Adds the specified range to this one. The lower is reduced to that of the provided one if it is lower, and the upper is ADDED to this range's upper.

Combine this range with the specified so that this range encompasses the values specified. For example, adding a range with an upper-lower of 1-10 with one of 5-20 will result in a combined range of 1-20.

Returns true if supplied value falls within this range (inclusive). Otherwise returns false.

Returns the span of this range, or UPPER - LOWER.

Cory G Watson <gphat@cpan.org>

This software is copyright (c) 2016 by Cory G Watson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2016-12-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.