TechTalk Genome v4.2

NullableInt16.Multiply Method 

returns the result of multiplication of two NullableInt16 values

public static NullableInt16 Multiply(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

x multiplied by y

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableInt16 Class | TechTalk.Genome.NullableTypes Namespace