Range
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"2.12" ) ]
public Range (
double lower_limit,
double upper_limit,
string description)
Creates a new Range.
Parameters:
lower_limit |
inferior limit for this range
|
upper_limit |
superior limit for this range
|
description |
human readable description of this range.
|
Returns: