Searched refs:preValue (Results 1 – 1 of 1) sorted by relevance
41 public DecimalToRoman(long postValue, String postLetter, long preValue, in DecimalToRoman() argument47 this.m_preValue = preValue; in DecimalToRoman()