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