Click or drag to resize
FloatRangeMultiply Operator (Single, FloatRange)
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 *(
	float s,
	FloatRange range
)

Parameters

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

Return Value

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