Scaling Constructor

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Scaling Class > Scaling Constructor >

Scaling Constructor

BR.AN.PviServices .NET


Initializes a scaling instance using limitation values to control reading and writing values and using a factor to scale variable valus..

[Visual Basic]

Public Overloads Sub New( _

  ByVal minValue As Value, _

  ByVal maxValue As Value, _

  ByVal factor As Value _

)

[C#]

Scaling(

  Value minValue,

  Value maxValue,

  Value factor

);

Parameters

minValue

Minimum value of type Value

maxValue

Maximum value of type Value

factor

Factor of type Value

See Also

Scaling Class | BR.AN.PviServices Namespace | Scaling Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]