Struct ConstrainULong
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: LiveKit
Assembly: cs.temp.dll.dll
Syntax
public struct ConstrainULong
Fields
Exact
Declaration
public ulong Exact
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
Ideal
Declaration
public ulong Ideal
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
Max
Declaration
public ulong Max
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
Min
Declaration
public ulong Min
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
Operators
Implicit(UInt64 to ConstrainULong)
Declaration
public static implicit operator ConstrainULong(ulong value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt64 | value |
Returns
| Type | Description |
|---|---|
| ConstrainULong |