Show: Delphi C++
Display Preferences

FMX.Types.InterpolateSingle

From XE3 API Documentation
Jump to: navigation, search

Delphi

function InterpolateSingle(const Start, Stop, t: Single): Single;

C++

extern DELPHI_PACKAGE float __fastcall InterpolateSingle(const float Start, const float Stop, const float t);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Calculates the current value of an interpolation for singles values.

Start is the start value of the interpolation.

Stop is the end value of the interpolation.

t is the current time of the interpolation.

See Also

Personal tools
Translations