[]
Determines if the Positive/Negative sign is allowed at the current position.
protected virtual bool ValidatePosNegSignPlacement(bool fNegSignChar, bool fSctfc, int iSctfcNota, bool fOpenParen, bool fNumericChars, int iCurrCharIndex, ref bool fNumSign, ref bool fNegative, ref bool fExpNumSign, ref bool fExpNegative)
Protected Overridable Function ValidatePosNegSignPlacement(fNegSignChar As Boolean, fSctfc As Boolean, iSctfcNota As Integer, fOpenParen As Boolean, fNumericChars As Boolean, iCurrCharIndex As Integer, ByRef fNumSign As Boolean, ByRef fNegative As Boolean, ByRef fExpNumSign As Boolean, ByRef fExpNegative As Boolean) As Boolean
Type | Name | Description |
---|---|---|
bool | fNegSignChar | |
bool | fSctfc | |
int | iSctfcNota | |
bool | fOpenParen | |
bool | fNumericChars | |
int | iCurrCharIndex | |
bool | fNumSign | |
bool | fNegative | |
bool | fExpNumSign | |
bool | fExpNegative |
Type | Description |
---|---|
bool | true is sign is in valid place; false otherwise |