Miner.Interop Namespace > IMMSecCktTransformer Interface : GetMinImpedanceInOhms Method |
'Declaration
Sub GetMinImpedanceInOhms( _ ByVal dBaseVoltage As System.Double, _ ByRef dR_Ohms As System.Double, _ ByRef dX_Ohms As System.Double _ )
'Usage
Dim instance As IMMSecCktTransformer Dim dBaseVoltage As System.Double Dim dR_Ohms As System.Double Dim dX_Ohms As System.Double instance.GetMinImpedanceInOhms(dBaseVoltage, dR_Ohms, dX_Ohms)
void GetMinImpedanceInOhms( System.double dBaseVoltage, out System.double dR_Ohms, out System.double dX_Ohms )
procedure GetMinImpedanceInOhms( dBaseVoltage: System.Double; Out dR_Ohms: System.Double; Out dX_Ohms: System.Double );
function GetMinImpedanceInOhms( dBaseVoltage : System.double, dR_Ohms : System.double, dX_Ohms : System.double );
void GetMinImpedanceInOhms( System.double dBaseVoltage, [PARAMFLAG::Out] System.double dR_Ohms, [PARAMFLAG::Out] System.double dX_Ohms )
void GetMinImpedanceInOhms( System.double dBaseVoltage, [Out] System.double dR_Ohms, [Out] System.double dX_Ohms )
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