asInt method

int asInt()

Implementation

int asInt()
{
  return this._rawValue as int;
}