FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DigitalCalibrationLoadingPointSet Class / GetPositiveDirectionLoads Method


In This Topic
    GetPositiveDirectionLoads Method
    In This Topic
    Gets the loads for the positive direction.
    Syntax
    'Declaration
     
    
    Public Function GetPositiveDirectionLoads() As Single()
    'Usage
     
    
    Dim instance As DigitalCalibrationLoadingPointSet
    Dim value() As Single
     
    value = instance.GetPositiveDirectionLoads()
    public float[] GetPositiveDirectionLoads()

    Return Value

    An array of loads ordered by point index.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also