 | AnalyticSignalBaseTWrapper, TWaveTStep Property |
The sample rate of the signal. The default step time matches the simulation step time.
Namespace: ema3d.Api.V25.Core.SignalsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic DomainDependentDouble TStep { get; set; }
Public Property TStep As DomainDependentDouble
Get
Set
public:
virtual property DomainDependentDouble^ TStep {
DomainDependentDouble^ get () sealed;
void set (DomainDependentDouble^ value) sealed;
}
abstract TStep : DomainDependentDouble with get, set
override TStep : DomainDependentDouble with get, set
Property Value
DomainDependentDoubleImplements
IHasTimeTStep
See Also