NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CODataTicks.GetHashCode Method

CODataTicks.GetHashCode Method

CODataTicksGetHashCode Method

Returns a hash code for the CODataTicks object.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public override sealed int GetHashCode()
Public Overrides NotOverridable Function GetHashCode As Integer

Return Value

Type: Int32
A 32-bit signed integer hash code.

Remarks

Two CODataTicks objects might have the same hash code even though they represent different values.

See Also

In This Section
Was this information helpful?