Public Member Functions | Public Attributes

Range Struct Reference

Structure representing a range of numbers. More...

#include <helpers.h>

List of all members.

Public Member Functions

 Range ()
 Default constructor, creates [0;0] range.
 Range (double b, double e)
 Constructor that creates [b;e] range.

Public Attributes

double begin
 First number from the range.
double end
 Last number from the range.

Detailed Description

Structure representing a range of numbers.

MCPN Logo
kr0st © 2010