|
TicksMillisecondDistribution Method
|
Gets a sub-second time distribution in milliseconds for the specified samplesPerSecond.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public static int[] MillisecondDistribution(
int samplesPerSecond
)
Public Shared Function MillisecondDistribution (
samplesPerSecond As Integer
) As Integer()
public:
static array<int>^ MillisecondDistribution(
int samplesPerSecond
)
static member MillisecondDistribution :
samplesPerSecond : int -> int[]
GSF.Ticks.MillisecondDistribution = function(samplesPerSecond);
View SourceParameters
- samplesPerSecond Int32
- Samples per second.
Return Value
Int32Array of sub-second time distribution in milliseconds.
See Also