Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #19409
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "Ettore" <ettor50@nomail.com> |
| Newsgroups | it.comp.lang.visual-basic |
| Subject | Re: VB.NET - Creare DLL [SOLUIZIONE] |
| Date | Wed, 25 Jul 2018 19:55:57 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 1 |
| 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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; format=flowed; charset="UTF-8"; reply-type=response |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Wed, 25 Jul 2018 17:56:04 -0000 (UTC) |
| Injection-Info | reader02.eternal-september.org; posting-host="578d9deef59addb349420e42975c0ab5"; logging-data="18168"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/AE+NNdDZhvhVL5dRlHbpO7hWseVavbFM=" |
| Cancel-Lock | sha1:r3L5VQHolBvRMGaWPlG8JrQ6kkQ= |
| X-MimeOLE | Produced By Microsoft MimeOLE V16.4.3528.331 |
| In-Reply-To | <pjad4n$eh6$1@dont-email.me> |
| X-Newsreader | Microsoft Windows Live Mail 16.4.3528.331 |
| Importance | Normal |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| Xref | csiph.com it.comp.lang.visual-basic:19409 |
Show key headers only | View raw
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