Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCompositeKey Class / SetFloatAt Method


In This Topic
    SetFloatAt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetFloatAt( _
       ByVal index As System.Integer, _
       ByVal val As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NCompositeKey
    Dim index As System.Integer
    Dim val As System.Single
     
    instance.SetFloatAt(index, val)
    public void SetFloatAt( 
       System.int index,
       System.float val
    )

    Parameters

    index
    val
    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