Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #19409
| From | "Ettore" <ettor50@nomail.com> |
|---|---|
| Newsgroups | it.comp.lang.visual-basic |
| Subject | Re: VB.NET - Creare DLL [SOLUIZIONE] |
| Date | 2018-07-25 19:55 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <pjadjk$hno$1@dont-email.me> (permalink) |
| References | <pj7u4q$ikg$1@dont-email.me> <a73a9f3b-f59f-46cf-b5d8-e6bb2c77f167@googlegroups.com> <pjad4n$eh6$1@dont-email.me> |
Dimenticavo che nella Libreria Dll poi compilata
inizialmente e'
Public Function EarthL00(ByVal t2kJD As Double)
Dim Result As Double
Result += 1.75347045673
Ricordando il messaggio precedente mancante.
"""
Result += 1.75347045673
Result += 0.03341656453 * Math.Cos(4.66925680415 + 6283.0758499914 * t2kJD)
ecc...ecc... qui ho circa 1000 linee di sommatoria .!
Result = String.Format("{0:f15}", (Result * 100000000))
Return Result
End Function
End Class
""""""""""""
e che EarthL00 e' menzionata quando si richiama da programma
"""
txtResult.Text = (Calcola.EarthL00(CDbl(txtt2kJDEMIL.Text)).ToString)
""
CORDIALI A TUTTI
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
VB.NET - Creare DLL "Ettore" <ettor50@nomail.com> - 2018-07-24 21:19 +0200
Re: VB.NET - Creare DLL Luca D <antaniserse@yahoo.it> - 2018-07-24 15:58 -0700
Re: VB.NET - Creare DLL "Ettore" <ettor50@nomail.com> - 2018-07-25 16:27 +0200
Re: VB.NET - Creare DLL [SOLUIZIONE] "Ettore" <ettor50@nomail.com> - 2018-07-25 19:48 +0200
Re: VB.NET - Creare DLL [SOLUIZIONE] "Ettore" <ettor50@nomail.com> - 2018-07-25 19:55 +0200
Re: VB.NET - Creare DLL [SOLUIZIONE] Luca D <antaniserse@yahoo.it> - 2018-07-25 14:56 -0700
Re: VB.NET - Creare DLL [SOLUIZIONE] "Ettore" <ettor50@nomail.com> - 2018-07-26 19:52 +0200
Re: VB.NET - Creare DLL [SOLUIZIONE] Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2018-07-26 20:38 +0200
Re: VB.NET - Creare DLL [SOLUIZIONE] Luca D <antaniserse@yahoo.it> - 2018-07-26 15:17 -0700
csiph-web