Class SpeakerExtensions
Inheritance
System.Object
SpeakerExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public static class SpeakerExtensions
Methods
| Improve this Doc View SourceMsToHz(Int32)
Declaration
public static uint MsToHz(this int ms)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ms |
Returns
Type | Description |
---|---|
System.UInt32 |
MsToHz(UInt32)
Declaration
public static uint MsToHz(this uint ms)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | ms |
Returns
Type | Description |
---|---|
System.UInt32 |