public class Financial extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Financial
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Core
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.Financial
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Financial() |
Financial(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Financial |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Financial, a cast assert is made to check if types are compatible. |
static double |
DDB(double Cost,
double Salvage,
double Life,
double Period,
double Factor) |
static double |
FV(double Rate,
double NPer,
double Pmt,
double PV,
DueDate Due) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static double |
IPmt(double Rate,
double Per,
double NPer,
double PV,
double FV,
DueDate Due) |
static double |
IRR(JCORefOut ValueArray,
double Guess) |
static double |
MIRR(JCORefOut ValueArray,
double FinanceRate,
double ReinvestRate) |
static double |
NPer(double Rate,
double Pmt,
double PV,
double FV,
DueDate Due) |
static double |
NPV(double Rate,
JCORefOut ValueArray) |
static double |
Pmt(double Rate,
double NPer,
double PV,
double FV,
DueDate Due) |
static double |
PPmt(double Rate,
double Per,
double NPer,
double PV,
double FV,
DueDate Due) |
static double |
PV(double Rate,
double NPer,
double Pmt,
double FV,
DueDate Due) |
static double |
Rate(double NPer,
double Pmt,
double PV,
double FV,
DueDate Due,
double Guess) |
void |
setJCOInstance(JCObject instance) |
static double |
SLN(double Cost,
double Salvage,
double Life) |
static double |
SYD(double Cost,
double Salvage,
double Life,
double Period) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Financial()
throws java.lang.Throwable
java.lang.Throwablepublic Financial(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Financial cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Financial, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFinancial instancejava.lang.Throwable - in case of error during cast operationpublic static double DDB(double Cost,
double Salvage,
double Life,
double Period,
double Factor)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException
public static double FV(double Rate,
double NPer,
double Pmt,
double PV,
DueDate Due)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static double IPmt(double Rate,
double Per,
double NPer,
double PV,
double FV,
DueDate Due)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException
public static double IRR(JCORefOut ValueArray, double Guess) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException
public static double MIRR(JCORefOut ValueArray, double FinanceRate, double ReinvestRate) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, DivideByZeroException
public static double NPer(double Rate,
double Pmt,
double PV,
double FV,
DueDate Due)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException
public static double NPV(double Rate,
JCORefOut ValueArray)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
IndexOutOfRangeException
public static double Pmt(double Rate,
double NPer,
double PV,
double FV,
DueDate Due)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException
public static double PPmt(double Rate,
double Per,
double NPer,
double PV,
double FV,
DueDate Due)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException
public static double PV(double Rate,
double NPer,
double Pmt,
double FV,
DueDate Due)
throws java.lang.Throwable
java.lang.Throwablepublic static double Rate(double NPer,
double Pmt,
double PV,
double FV,
DueDate Due,
double Guess)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static double SLN(double Cost,
double Salvage,
double Life)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException
public static double SYD(double Cost,
double Salvage,
double Life,
double Period)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException