AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Range()

virtual const double * GitReal::Range ( )
inlineprotectedvirtual

Method which returns sets the range.

This method can be overriden by inherited to set the range. If not overriden, then any value is ok.

Warning
This only works when using an explicit Get() to get the value. Won't work from the constructor, as the GitInt constructor can't invoke a sub-class method (As per C++ standard).

@depreciated Prefer gittpl::Real.

Returns
The address of a two element array of double. The first element contains the minimum and the second the maximum.