RelaxISPlugin_TransferFunctionIsImaginaryUsuallyNegative Property |
Defines if the imaginary part of the values produced is in most cases negative.
Is used in conjunction with premade plots to define which values to display exactly.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract bool IsImaginaryUsuallyNegative { get; }
Public MustOverride ReadOnly Property IsImaginaryUsuallyNegative As Boolean
Get
Dim instance As RelaxISPlugin_TransferFunction
Dim value As Boolean
value = instance.IsImaginaryUsuallyNegative
Property Value
BooleanSee Also