Struct ConstrainDouble
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 ConstrainDouble
Fields
Exact
Declaration
public double Exact
Field Value
Type | Description |
---|---|
System.Double |
Ideal
Declaration
public double Ideal
Field Value
Type | Description |
---|---|
System.Double |
Max
Declaration
public double Max
Field Value
Type | Description |
---|---|
System.Double |
Min
Declaration
public double Min
Field Value
Type | Description |
---|---|
System.Double |
Operators
Implicit(Double to ConstrainDouble)
Declaration
public static implicit operator ConstrainDouble(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ConstrainDouble |