Package microsoft.visualbasic
Class Financial
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- microsoft.visualbasic.Financial
 
 
- 
- All Implemented Interfaces:
- IJCOBridgeReflected
 
 public class Financial extends NetObject The base .NET class managing Microsoft.VisualBasic.Financial, Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Financial Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.VisualBasic.Corestatic java.lang.StringclassNameQualified class name: Microsoft.VisualBasic.Financialstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Financialcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoFinancial, a cast assert is made to check if types are compatible.static doubleDDB(double Cost, double Salvage, double Life, double Period, double Factor)static doubleFV(double Rate, double NPer, double Pmt, double PV, DueDate Due)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic doubleIPmt(double Rate, double Per, double NPer, double PV, double FV, DueDate Due)static doubleIRR(JCORefOut ValueArray, double Guess)static doubleMIRR(JCORefOut ValueArray, double FinanceRate, double ReinvestRate)static doubleNPer(double Rate, double Pmt, double PV, double FV, DueDate Due)static doubleNPV(double Rate, JCORefOut ValueArray)static doublePmt(double Rate, double NPer, double PV, double FV, DueDate Due)static doublePPmt(double Rate, double Per, double NPer, double PV, double FV, DueDate Due)static doublePV(double Rate, double NPer, double Pmt, double FV, DueDate Due)static doubleRate(double NPer, double Pmt, double PV, double FV, DueDate Due, double Guess)voidsetJCOInstance(JCObject instance)static doubleSLN(double Cost, double Salvage, double Life)static doubleSYD(double Cost, double Salvage, double Life, double Period)
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: Microsoft.VisualBasic.Core- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: Microsoft.VisualBasic.Financial- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- NetObject
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- NetObject
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- NetObject
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- NetObject
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static Financial cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoFinancial, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- Financialinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
DDBpublic static double DDB(double Cost, double Salvage, double Life, double Period, double Factor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException
 - 
FVpublic static double FV(double Rate, double NPer, double Pmt, double PV, DueDate Due) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
IPmtpublic static double IPmt(double Rate, double Per, double NPer, double PV, double FV, DueDate Due) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException
 - 
IRRpublic static double IRR(JCORefOut ValueArray, double Guess) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, ExternalException 
 - 
MIRRpublic static double MIRR(JCORefOut ValueArray, double FinanceRate, double ReinvestRate) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, DivideByZeroException 
 - 
NPerpublic static double NPer(double Rate, double Pmt, double PV, double FV, DueDate Due) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException
 - 
NPVpublic static double NPV(double Rate, JCORefOut ValueArray) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException, IndexOutOfRangeException
 - 
Pmtpublic static double Pmt(double Rate, double NPer, double PV, double FV, DueDate Due) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, ExternalException
 - 
PPmtpublic static double PPmt(double Rate, double Per, double NPer, double PV, double FV, DueDate Due) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException
 - 
PVpublic static double PV(double Rate, double NPer, double Pmt, double FV, DueDate Due) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
Ratepublic static double Rate(double NPer, double Pmt, double PV, double FV, DueDate Due, double Guess) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException
 - 
SLNpublic static double SLN(double Cost, double Salvage, double Life) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException
 - 
SYDpublic static double SYD(double Cost, double Salvage, double Life, double Period) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ExternalException
 
- 
 
-