 | AnisotropicDefinitionSigmaM Property |
Gets/Sets the anisotropic magnetic conductivity tensor.
Namespace: ema3d.Api.V25.Core.DefinitionsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic Tensor33 SigmaM { get; set; }
Public Property SigmaM As Tensor33
Get
Set
public:
property Tensor33 SigmaM {
Tensor33 get ();
void set (Tensor33 value);
}
member SigmaM : Tensor33 with get, set
Property Value
Tensor33
See Also