Interpolate Method

Kaliko Image Library

Kaliko.ImageLibrary
Interpolate Method





Syntax
'Declaration
 
Public Shared Function Interpolate( _
   ByVal v1 As System.Integer, _
   ByVal v2 As System.Integer, _
   ByVal f As System.Single _
) As System.Integer
'Usage
 
Dim v1 As System.Integer
Dim v2 As System.Integer
Dim f As System.Single
Dim value As System.Integer
 
value = PixelUtils.Interpolate(v1, v2, f)
public static System.int Interpolate( 
   System.int v1,
   System.int v2,
   System.float f
)
public function Interpolate( 
    v1: System.Integer;
    v2: System.Integer;
    f: System.Single
): System.Integer; static; 
public static function Interpolate( 
   v1 : System.int,
   v2 : System.int,
   f : System.float
) : System.int;
public: static System.int Interpolate( 
   System.int v1,
   System.int v2,
   System.float f
) 
public:
static System.int Interpolate( 
   System.int v1,
   System.int v2,
   System.float f
) 

Parameters

v1
v2
f
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys