Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.771 Beiträge
 
Delphi 10.4 Sydney
 
#10

Re: Extended in Integer Schreiben!

  Alt 9. Apr 2008, 10:54
.. so würde es auch gehen:
Nachkommaanteil:= trunc((frac(FloatValue)*1000);
Zitat von DelphiHelp:
Returns the fractional part of a real number.

function Frac(X: Extended): Extended;

Description

The Frac function returns the fractional part of the argument X.

X is a real-type expression. The result is the fractional part of X; that is, Frac(X) = X - Int(X).
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat