|
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.270-beta+73d44452c0321b5b5cc4994cc16714f5eed2777e
Syntaxpublic 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