public interface INumberFormatOperations
extends java.io.Serializable
Description: 'Provides access to common operations on formatted numbers.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5ef43b7e_3bc1_4b25_a5c0_08218c75be06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
increment(double value)
Increments a value according to the numbers format.
|
static final int IID5ef43b7e_3bc1_4b25_a5c0_08218c75be06
static final int xxDummy
static final java.lang.String IID
double increment(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.