Click or drag to resize
FloatRangeMultiply Operator (FloatRange, Single)
Multiplies the specified FloatRange by the specified scalar value.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static FloatRange operator *(
	FloatRange range,
	float s
)

Parameters

range
Type: CandlelightFloatRange
A FloatRange.
s
Type: SystemSingle
A scalar.

Return Value

Type: FloatRange
A FloatRange that is the specified range with the linear scale applied.
See Also