Class Financial

    • Field Summary

      Fields 
      Modifier and Type Field 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.
      • Fields inherited from class org.mases.jcobridge.netreflection.NetObject

        Null
    • Constructor Summary

      Constructors 
      Constructor Description
      Financial()  
      Financial​(java.lang.Object instance)
      Internal constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, notify, notifyAll, wait, wait, wait