Click or drag to resize

BindablePointMultiply(BindablePoint, Double) Operator

[Missing <summary> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.op_Multiply(RAYLASE.Shared.GUI.BindablePoint,System.Double)"]


Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public static BindablePoint operator *(
	BindablePoint point,
	double value
)

Parameters

point  BindablePoint

[Missing <param name="point"/> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.op_Multiply(RAYLASE.Shared.GUI.BindablePoint,System.Double)"]

value  Double

[Missing <param name="value"/> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.op_Multiply(RAYLASE.Shared.GUI.BindablePoint,System.Double)"]

Return Value

BindablePoint

[Missing <returns> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.op_Multiply(RAYLASE.Shared.GUI.BindablePoint,System.Double)"]

See Also