Class Bpm
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
[Serializable]
[JsonConverter(typeof(NullableRangedIntConverter<Bpm>))]
public class Bpm : NullableRangedInt<Bpm>, INullable, IEquatable<Bpm>, IComparable<Bpm>
Constructors
|
Edit this page
View Source
Bpm()
Declaration
|
Edit this page
View Source
Bpm(int)
Declaration
Parameters
| Type |
Name |
Description |
| int |
value |
|
Properties
|
Edit this page
View Source
Default
Declaration
public override int Default { get; }
Property Value
Overrides
|
Edit this page
View Source
Max
Declaration
public override int Max { get; }
Property Value
Overrides
|
Edit this page
View Source
Min
Declaration
public override int Min { get; }
Property Value
Overrides
Operators
|
Edit this page
View Source
implicit operator int?(Bpm)
Declaration
public static implicit operator int?(Bpm p)
Parameters
| Type |
Name |
Description |
| Bpm |
p |
|
Returns
|
Edit this page
View Source
implicit operator Bpm(int)
Declaration
public static implicit operator Bpm(int v)
Parameters
| Type |
Name |
Description |
| int |
v |
|
Returns
Implements
Extension Methods