Compute text vectors' scalar product.
Namespace:
Cloudster.Samples.TextAssembly: Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static double operator *( TextEntity t1, TextEntity t2 ) |
Visual Basic (Declaration) |
---|
Public Shared Operator * ( _ t1 As TextEntity, _ t2 As TextEntity _ ) As Double |
Visual C++ |
---|
public: static double operator *( TextEntity^ t1, TextEntity^ t2 ) |
Parameters
- t1
- Type: Cloudster.Samples.Text..::.TextEntity
First text.
- t2
- Type: Cloudster.Samples.Text..::.TextEntity
Second text.