Ragdoll Workshop Documentation
Ragdoll Workshop Documentation
API Reference
Candlelight
FloatRange Structure
FloatRange Methods
Clone Method
Equals Method
Evaluate Method
GetHashCode Method
GetPercentageInRange Method
GetSerializedPropertiesHash Method
ToString Method
FloatRange
GetPercentageInRange Method
Gets the percentage of the specified value in the range.
Namespace:
Candlelight
Assembly:
Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
float
GetPercentageInRange
(
float
value
)
Parameters
value
Type:
System
Single
Value.
Return Value
Type:
Single
The percentage of the specified value in the range. If
Range
is 0, then this method will return either
Mathf.Infinity
or
Mathf.NegativeInfinity
.
See Also
Reference
FloatRange Structure
Candlelight Namespace
Report a problem with this page.
Copyright © 2011-2015 Candelight Interactive, LLC