returns the .NET type that is currently mapped to Wolfram Language Complex numbers.
Details and Options
   
     
   See Also
 Tech Notes
 Related Guides
 NETLink`
   NETLink`
  GetComplexType
returns the .NET type that is currently mapped to Wolfram Language Complex numbers.
Details and Options
- To use GetComplexType, you first need to load .NET/Link using Needs["NETLink`"].
- Returns Null when no type has yet been designated via SetComplexType.
- This type will be used when Complex numbers are sent to .NET, and objects of this type will be converted to Complex when sent to the Wolfram Language.