Unit 'JPL.Conversion' Package
[Overview][Types][Procedures and functions][Index] [#pl_jplib]

GetFloatInRange

Declaration

Source position: JPL.Conversion.pas line 110

function GetFloatInRange(

  const Value: Single;

  const Min: Single;

  const Max: Single

):Single; overload;

function GetFloatInRange(

  const Value: Real;

  const Min: Real;

  const Max: Real

):Real; overload;

function GetFloatInRange(

  const Value: Double;

  const Min: Double;

  const Max: Double

):Double; overload;



CT Web help

CodeTyphon Studio