乗算

Namespace: FVIL.Data
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public static CFviPoint operator *(
	CFviPoint point,
	double scalar
)
Visual Basic
Public Shared Operator * ( 
	point As CFviPoint,
	scalar As Double
) As CFviPoint

Parameters

point
Type: FVIL.Data..::..CFviPoint
左辺値
scalar
Type: System..::..Double
右辺値

Return Value

Type: CFviPoint
左辺値と右辺値の乗算結果を返します。

See Also