🌎
VSOP2013.NET
  • VSOP2013.NET
    • Quick Start
    • Change Logs
    • Requirements
  • VSOP2013
    • Original Readme
      • Introduction
      • Files Description
      • Terms of Series
      • Record Organization
        • Header Records
        • Terms Records
      • Time Scale and Reference System
      • Precision of the Series VSOP2013
      • Computation
      • Truncation of the Series
    • VSOP2013.f
    • VSOP2013.ctl
    • VSOP2013-secular.dat
  • API Reference
    • VSOP2013 Namespace
      • Calculator Class
        • GetVariable
        • GetVariableAsync
        • GetPlanetPosition
        • GetPlanetPositionAsync
      • Utility Class
        • MultiplyMatrix
        • XYZtoLBR
        • LBRtoXYZ
        • ELLtoXYZ
        • ELLtoLBR
        • DynamicaltoICRS
        • ICRStoDynamical
      • VSOPResult Class
        • VSOPResult_ELL Class
        • VSOPResult_XYZ Class
        • VSOPResult_LBR Class
      • VSOPTime Class
      • Data Structs
      • Enums
Powered by GitBook
On this page
  1. API Reference
  2. VSOP2013 Namespace
  3. Calculator Class

GetVariable

PreviousCalculator ClassNextGetVariableAsync

Last updated 4 months ago

Calculate a specific variable of a planet.

public double GetVariable(VSOPBody body, int iv, VSOPTime time)

Parameters

body

Planet enum.

iv

Variable index

0-5 : a l k h q p

time

Exclusive time class in VSOP2013.

Return

double

variable result.

int
VSOPTime
VSOPBody